{% load compress %} {% load static %} {% load i18n %} {% load hijack_tags %} {% load statici18n %} {% load eventsignal %} {% load eventurl %} {% block title %}{% endblock %}{% if url_name != "index" %} :: {% endif %} {{ settings.PRETIX_INSTANCE_NAME }} {% compress css %} {% endcompress %} {% if DEBUG %} {% else %} {% endif %} {% compress js %} {% endcompress %} {{ html_head|safe }} {% if development_warning or debug_warning %} {% else %} {% endif %} {% block custom_header %}{% endblock %}
{% if staff_need_to_explain %}
{% blocktrans trimmed %} Please leave a short comment on what you did in the following admin sessions: {% endblocktrans %}
    {% for s in staff_need_to_explain %}
  • #{{ s.pk }}
  • {% endfor %}
{% endif %} {% if request|is_hijacked %}
{% blocktrans with user=request.user%}You are currently working on behalf of {{ user }}.{% endblocktrans %}
{% csrf_token %}
{% endif %} {% if global_settings.banner_message %}
{{ global_settings.banner_message }} {% if global_settings.banner_message_detail %} {% trans "Read more" %} {% endif %}
{% endif %}
{% signal "pretix.control.signals.html_page_start" request %} {% if messages %} {% for message in messages %}
{{ message|linebreaksbr }}
{% endfor %} {% endif %} {% if complain_testmode_orders %}
{% blocktrans trimmed %} Your event contains test mode orders even though test mode has been disabled. You should delete those orders to make sure they do not show up in your reports and statistics and block people from actually buying tickets. {% endblocktrans %} {% trans "Show all test mode orders" %}
{% endif %} {% if warning_update_check_active %} {% endif %} {% if debug_warning %}
{% trans "pretix is running in debug mode. For security reasons, please never run debug mode on a production instance." %}
{% endif %} {% block content %} {% endblock %}
{% if request.timezone %} {% blocktrans trimmed with tz=request.timezone %} Times displayed in {{ tz }} {% endblocktrans %} · {% endif %} {% with "href='http://pretix.eu'" as a_attr %} {% blocktrans trimmed %} powered by pretix {% endblocktrans %} {% endwith %} {% if development_warning %} · {% trans "running in development mode" %} {% endif %}

{% trans "We are processing your request …" %}

{% trans "If this takes longer than a few minutes, please contact us." %}