{% extends "pretixpresale/base.html" %} {% load i18n %} {% load static %} {% load thumb %} {% load eventurl %} {% load safelink %} {% load rich_text %} {% block thetitle %} {% if messages %} {{ messages|join:" " }} :: {% endif %} {% block title %}{% endblock %}{% if request.resolver_match.url_name != "event.index" %} :: {% endif %}{{ event.name }} {% endblock %} {% block custom_header %} {% if event.settings.meta_noindex %} {% endif %} {% if social_image %} {% endif %} {{ block.super }} {% endblock %} {% block above %} {% if not event.live %}
{% trans "This shop is currently only visible to you and your team." %} {% trans "Take it live now" %}
{% endif %} {% endblock %} {% block page %} {% if request.event.testmode %} {% if request.sales_channel.testmode_supported %}

{% trans "Warning" context "alert-messages" %}: {% trans "This ticket shop is currently in test mode. Please do not perform any real purchases as your order might be deleted without notice." %}

{% else %}

{% trans "Warning" context "alert-messages" %}: {% trans "Orders made through this sales channel cannot be deleted - even if the ticket shop is in test mode!" %}

{% endif %} {% endif %} {% if messages %} {% for message in messages %}

{% if message.level == DEFAULT_MESSAGE_LEVELS.ERROR %}{% trans "Error" context "alert-messages" %}:{% endif %} {% if message.level == DEFAULT_MESSAGE_LEVELS.WARNING %}{% trans "Warning" context "alert-messages" %}:{% endif %} {% if message.level == DEFAULT_MESSAGE_LEVELS.INFO %}{% trans "Information" context "alert-messages" %}:{% endif %} {{ message }}

{% endfor %} {% endif %} {% if request.event.settings.banner_text %}
{{ request.event.settings.banner_text|rich_text }}
{% endif %} {% block content %} {% endblock %} {% endblock %} {% block footer %} {% if request.event.settings.banner_text_bottom %}
{{ request.event.settings.banner_text_bottom|rich_text }}
{% endif %} {% if request.event.testmode %} {% if request.sales_channel.testmode_supported %}

{% trans "Warning" context "alert-messages" %}: {% trans "This ticket shop is currently in test mode. Please do not perform any real purchases as your order might be deleted without notice." %}

{% else %}

{% trans "Warning" context "alert-messages" %}: {% trans "Orders made through this sales channel cannot be deleted - even if the ticket shop is in test mode!" %}

{% endif %} {% endif %} {% endblock %} {% block footernav %} {% if request.event.settings.contact_mail %}
  • {% trans "Contact event organizer" %}
  • {% endif %} {% if request.event.settings.privacy_url %}
  • {% trans "Privacy policy" %}
  • {% endif %} {% if request.event.settings.cookie_consent and cookie_providers %}
  • {% endif %} {% if request.event.settings.imprint_url %}
  • {% trans "Imprint" %}
  • {% endif %} {% endblock %}