{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% if sub_section %}{% trans "Edit Sub-Section" %}{% else %}{% trans "Add Sub-Section" %}{% endif %} - PX360{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% if sub_section %} {% trans "Back" %} {% elif preselected_section %} {% trans "Back" %} {% else %} {% trans "Back" %} {% endif %}

{% if sub_section %}{% trans "Edit Sub-Section" %}{% else %}{% trans "Add Sub-Section" %}{% endif %}

{% if sub_section %}{% trans "Update sub-section information" %}{% else %}{% trans "Create a new sub-section" %}{% endif %}

{% csrf_token %}
{% if sub_section %} {% else %} {% endif %}
{% if sub_section %} {% trans "Cancel" %} {% elif preselected_section %} {% trans "Cancel" %} {% else %} {% trans "Cancel" %} {% endif %}
{% endblock %}