{% for ticket in tickets %} {% with classes=ticket.status_classes %} {% endwith %} {% with level=ticket.progress_level %} {% endwith %} {% empty %} {% endfor %}
Queue
Ticket
Defined on Priority Status Progress Assigned to Latest activity
{{ ticket.queue }}
{{ ticket.title }} {% if ticket.concerning_object %}
Re: {{ ticket.concerning_object|truncatechars:64 }}
{% endif %}
{{ ticket.defined_on|date:"Y-m-d" }} {{ ticket.priority_icons|safe }} {{ ticket.get_status_display }} {% if ticket.assigned_to %}{{ ticket.assigned_to }}{% else %}-{% endif %} {{ ticket.latest_activity }} {% if ticket.is_open %}
[{{ ticket.latest_activity|timesince }} ago] {% endif %}
No ticket visible in this queue