{% for ticket in tickets %}

{{ ticket.linked_item|item_title }} · {{ ticket.title }}

{% with author=ticket.user %} {% if author %}
{{ link_user(author) }}
{% endif %} {% endwith %}
{{link_user(ticket.messages.last().user)}} {{_(' replied')}}
{{ ticket.messages.last().body|markdown(lazy_load=True)|reference|str|safe }}
{{_("...More")}}
{% endfor %} {% include "feed/has_next.html" %}