{% extends 'layouts/base.html' %} {% load i18n %} {% block title %}{% if subsection %}{% trans "Edit Subsection" %}{% else %}{% trans "Add Subsection" %}{% endif %} - PX360{% endblock %} {% block content %}
{% if subsection %}{% trans "Update subsection information" %}{% else %}{% trans "Create a new subsection" %}{% endif %}