{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load urlreplace %} {% load icon %} {% load compress %} {% load static %} {% block inner %}
{{ mail.error_detail }}
{{ mail.body_plain }}
{% for k, v in mail.headers.items %}{{ k }}: {{ v }}
{% endfor %}
{% trans "Additional headers will be added by the mail server and are not visible here." %}