{% extends "pretixpresale/base.html" %} {% load i18n %} {% load static %} {% load thumb %} {% load eventurl %} {% load safelink %} {% load rich_text %} {% block thetitle %} {% 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 "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 "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 %}
{{ message }}
{% endfor %} {% endif %} {% if request.event.settings.banner_text %} {% endif %} {% block content %} {% endblock %} {% if request.event.settings.banner_text_bottom %} {% endif %} {% if request.event.testmode %} {% if request.sales_channel.testmode_supported %}
{% 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 "Orders made through this sales channel cannot be deleted - even if the ticket shop is in test mode!" %}
{% endif %} {% endif %} {% endblock %} {% block footer %} {% if request.event.settings.contact_mail %} {% trans "Contact event organizer" %} · {% endif %} {% if request.event.settings.imprint_url %} {% trans "Imprint" %} · {% endif %} {% endblock %}