{% extends "tickets/base.html" %} {% block content %}

Lists

{% if user.is_staff or user.is_superuser %}
{% endif %} {% if ticket_lists %} {% regroup ticket_lists by group as section_ticket_list %} {% for group in section_ticket_list %}

{{ group.grouper }}

{% endfor %} {% else %}

There are no Lists!

{% endif %} {% endblock %}