{% 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" %}