{% extends 'base/base.html' %} {% import 'input/xmlui.html' as xmlui with context %} {% block body %}
{% for ticket in tickets %}
{{ xmlui.generate(ticket) }}
{% endfor %}
{% endblock body %}