{% extends "status/base.html" %} {% block page_header %}Edit section{% endblock %} {% block content %}

Back to status preferences

Editing section {{ name }}
{% if type %}

This section is of type {{ type }}

{% endif %}
{{ section_form }}
{% endblock %}