{{ status_labels[status] }}
{{ grouped[status]|length }}
{% if grouped[status] %}
{% for ticket in grouped[status] %}
{% if ticket.due_date %}
{% endif %}
{% endfor %}
{% else %}
#{{ ticket.num }}
{{ ticket.title }}
{{ ticket.due_date }}
{% endif %}
{{ ticket.priority|lower }}
{% for tag in (ticket.tags or []) %}
{{ tag }}
{% endfor %}
{% if ticket.assignee %}
{{ ticket.assignee_initials }}
{{ ticket.assignee }}
{% endif %}
{% if ticket.subtask_total > 0 %}
No tickets.
{% endif %}