{% load compress %} {% load static %} {% load i18n %} {% load safelink %} {% load statici18n %} {% load thumb %} {% block thetitle %}{% endblock %} {% if css_file %} {% else %} {% compress css %} {% endcompress %} {% 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 }}
{% 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 %} {% endcompress %} {% endif %} {{ html_foot|safe }}