{% extends "pretixcontrol/organizers/base.html" %} {% load i18n %} {% load bootstrap3 %} {% load urlreplace %} {% load icon %} {% load compress %} {% load static %} {% block inner %}
{{ mail.error_detail }}
{% icon "eye-slash fa-4x" %}
{% blocktrans trimmed %} Sensitive content not shown for security reasons {% endblocktrans %}
{% icon "eye-slash fa-4x" %}
{% blocktrans trimmed %} Sensitive content not shown for security reasons {% endblocktrans %}
{{ mail.body_plain }}
{% endif %}
{% 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." %}