{% extends "base.html" %} {% block media %} {% endblock %} {% block js_media %} {% if last_msg %} {% endif %} {% endblock %} {% block body %}
{% if page_obj.num_pages > 1 %}
{% include "list-pages.html" %}
{% endif %} {% for ticket in tickets %} {% include "ticket/row.html" %} {% endfor %}
{{ _('ID') }} {{ _('Title') }} {{ _('User') }} {{ _('Assignees') }}
{% if page_obj.num_pages > 1 %}
{% include "list-pages.html" %}
{% endif %}
{% endblock %}