{% load compress %} {% load static %} {% load i18n %} {% load safelink %} {% load statici18n %} {% load thumb %} {% block thetitle %}{% endblock %} {% compress css file presale %} {% endcompress %} {% if css_theme %} {% endif %} {% include "pretixpresale/fragment_js.html" %} {{ html_head|safe }} {% block custom_header %}{% endblock %} {% if settings.favicon %} {% elif development_warning or debug_warning %} {% else %} {% endif %} {{ html_page_header|safe }}
{% if ie_deprecation_warning %}
{% 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 and is no longer supported by this website. {% 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 %} {% block above %} {% endblock %}
{% block page %} {% endblock %}
{% block footer %} {% endblock %}
{% include "pretixpresale/fragment_modals.html" %} {% if DEBUG %} {% else %} {% endif %} {% if request.session.iframe_session %} {% compress js file iframeresizer %} {% endcompress %} {% endif %} {{ html_foot|safe }}