{% extends "layouts/base.html" %} {% load i18n %} {% block title %}{% if source %}{% trans "Edit Source" %}{% else %}{% trans "Create Source" %}{% endif %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

{% if source %}{% trans "Edit Source" %}{% else %}{% trans "Create Source" %}{% endif %}

{% if source %}

{{ source.name_en }} ({{ source.code }})

{% endif %}
{% trans "Back to List" %}

{% trans "Source Information" %}

{% csrf_token %}
{% if not source %}

{% trans "Auto-generated from name if left blank" %}

{% endif %}
{% trans "Cancel" %}
{% endblock %}