{% extends "pretixpresale/base.html" %} {% load urlreplace %} {% 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 %} {% elif "date" in request.GET or "old" in request.GET %} {% endif %} {% if social_image %} {% endif %} {% if event.settings.google_site_verification %} {% 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.type_instance.testmode_supported %}

{% trans "Warning" context "alert-messages" %}: {% trans "This ticket shop is currently in test mode." %}

{% trans "Please do not perform any real purchases as your order might be deleted without notice." %}

{% if request.now_dt_is_fake %}

{% blocktrans trimmed with datetime=request.now_dt|date:"SHORT_DATETIME_FORMAT" %} You are currently using the time machine. The ticket shop is rendered as if it were {{ datetime }}. {% endblocktrans %} {% trans "Change" %}

{% elif request.user.is_authenticated or request.event_access_user.is_authenticated %}

{% eventurl event "presale:event.timemachine" as time_machine_link %} {% blocktrans trimmed with time_machine_link=time_machine_link %} To view your shop at different points in time, you can enable the time machine. {% endblocktrans %}

{% elif request.event_domain or request.organizer_domain %}

{% absmainurl "control:event.transfer_session" event=event.slug organizer=event.organizer.slug as transfer_session_link %} {% eventurl event "presale:event.timemachine" as time_machine_link %} {% with time_machine_link_encoded=time_machine_link|urlencode %} {% blocktrans trimmed with time_machine_link=transfer_session_link|add:"?next="|add:time_machine_link_encoded %} To view your shop at different points in time, you can enable the time machine. {% endblocktrans %} {% endwith %}

{% endif %}
{% 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.type_instance.testmode_supported %}

{% trans "Warning" context "alert-messages" %}: {% trans "This ticket shop is currently in test mode." %}

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