{% extends "status/base.html" %} {% load crispy_forms_tags %} {% block page_header %}Status preferences{% endblock %} {% block content %}

Back to status

{% crispy add_section_form %}
{% for section in sections %} {% endfor %}
Status sections
Delete Name
{{ section.name }} ({{ section.readable_type }}) {% if not forloop.first %} {% endif %} {% if not forloop.last %} {% endif %}
{% endblock %}