{% import 'elements.html' as ele %} {% extends "base.html" %} {% block content %} {% with messages = get_flashed_messages(with_categories=false) %} {% if messages %} {% for i in range(messages|length()) %} {% endfor %} {% endif %} {% endwith %}
{{ticket.status.key}}
|
{{ticket.summary[:50]}}
|
{{ ele.delete_ticket_link(ticket, core_id, core_hash, itype) }} |