{% load i18n humanize ticket_to_link %} {% load static %} {% load helpdesk_util %}
{{ ticket.get_resolution_markdown|urlizetrunc:50|linebreaksbr }}
{% if "Resolved" == ticket.get_status_display %} {% translate "Accept and Close" %} {% endif %}
{{ ticket.due_date|date:"DATETIME_FORMAT" }} {% if ticket.due_date %} {% endif %}
{{ ticket.get_priority_display }}
{{ ticket.get_status }}
{{ ticket.time_spent_formated }}
{{ ticket.queue }}