{% load i18n humanize %}
# | {% trans "Pr" %} | {% trans "Title" %} | {% trans "Queue" %} | {% trans "Status" %} | {% trans "Last Update" %} | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
{{ ticket.ticket }} | {{ ticket.priority }} | {{ ticket.title }} | {{ ticket.queue }} | {{ ticket.get_status }} | {{ ticket.modified|naturaltime }} | ||||||
{{ ticket_list_empty_message }} | {% else %}{% trans "You do not have any pending tickets." %} | {% endif %}