{% 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. While some features might already not work properly, we plan on no longer
supporting Internet Explorer in our administrative backend in the next months.
{% 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 %}
{% blocktrans with user=request.user%}You are currently working on behalf of {{ user }}.{% endblocktrans %}
{% 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 "mysql" in settings.DATABASES.default.ENGINE and not request.organizer %}
{% blocktrans trimmed %}
You are using MySQL or MariaDB as your database backend for pretix.
Starting in pretix 5.0, these will no longer be supported and you will need to migrate to PostgreSQL.
Please see the pretix administrator documentation for a migration guide, and the pretix 4.16
release notes for more information.
{% 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 %}
{% trans "If this takes longer than a few minutes, please contact us." %}