{% load compress %} {% load static %} {% load i18n %} {% 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 ie_deprecation_warning %}
{% blocktrans trimmed %} We've detected that you are using Microsoft Internet Explorer. {% endblocktrans %} {% blocktrans trimmed %} Internet Explorer is an old browser that does not support lots of recent web-based technologies and is no longer supported by this website. {% endblocktrans %} {% blocktrans trimmed %} We kindly ask you to move to one of our supported browsers, such as Microsoft Edge, Mozilla Firefox, Google Chrome, or Safari. {% endblocktrans %}
{% endif %} {% 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.user.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 warning_license_compliance_check_required %} {% endif %} {% if warning_cronjob %}
{% blocktrans trimmed %} The cronjob component of pretix was not executed in the last hours. Please check that you have completed all installation steps and your cronjob is executed correctly. {% endblocktrans %}
{% endif %} {% if debug_warning %}
{% trans "pretix is running in debug mode. For security reasons, please never run debug mode on a production instance." %}
{% endif %} {% if request.user.needs_password_change %}
{% blocktrans trimmed %} For security reasons, please change your password before you continue. Afterwards you will be redirected to your original destination. {% endblocktrans %}
{% endif %} {% block content %} {% endblock %}
{% if request.timezone %} {% blocktrans trimmed with tz=request.timezone %} Times displayed in {{ tz }} {% endblocktrans %} · {% endif %} {{ poweredby }} {# removing or hiding this might be in violation of pretix' license #} {% if development_warning %} · {% trans "running in development mode" %} {% endif %}