{% extends "base.html" %} {% block title %}Bestätigen · EPI-Support{% endblock %} {% block content %}

{{ heading }}

⚠ {{ intro }}

{{ preview }}
{% if attachments %}
Anhänge ({{ attachments|length }}): {% for name in attachments %}📎 {{ name }}{% endfor %}
{% endif %}
{% for name, value in fields.items() %} {% endfor %} Abbrechen
{% endblock %}