{% if tickets.__len__() %} {% for t in tickets %} {% endfor %}
# Summary Milestone Status Owner
{{t.ticket_num}} {{t.summary}} {{t._milestone}} {{t.status}} {% if t.assigned_to_id %}{{t.assigned_to.display_name}}{% endif %}
{% else %} No tickets found. {% endif %}