{% extends 'quintet/dashboard.html' %} {% block title %}Sections{% endblock %} {% block active_nav %}Sections{% endblock %} {% block content %}
{% if perms.quintet.add_section %} {% endif %}
{% if perms.quintet.delete_section %} {% endif %} {% for section in sections %} {% if perms.quintet.delete_section %} {% endif %} {% empty %} {% endfor %}
SectionDelete
{{ section }}
No Sections to display.
{% if perms.quintet.add_section %} {% include 'quintet/modals/add_section.html' with form=section_form %} {% endif %} {% endblock %} {% block js %} {% endblock %}