{{ ticket.title }}

{% with author=ticket.user %} {% if author %}
{{ link_user(author) }}
{% endif %} {% endwith %}
{{ ticket.linked_item|item_title }}
{{ ticket.messages.last().body |markdown("ticket", MATH_ENGINE)|reference|str|safe }}