{% 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 %}
{% autoescape false %} {{core_details_info}} {% endautoescape %}
Linked tickets: {% for ticket in tickets %} {{ ele.delete_ticket_link(ticket, core_id, core_hash, itype) }} {% endfor %}
{{ticket.status.key}}
{{ticket.summary[:50]}}
{% if additional_text %} {% autoescape false %} Additional info:
{{additional_text}} {% endautoescape %} {% endif %}
{% autoescape false %} {{core}} {% endautoescape %} {% endblock %}