{% extends "status/base.html" %} {% block content %}
{{ add_section.section }}
{% 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 %}