{% load event_tags %} {% load form_media %} {% load html_signal %} {% load i18n %} {% load rules %} {% load static %} {% load vite %} {% block title %}{% block extra_title %}{% endblock extra_title %}{% if request.event %}{{ request.event.name }} :: {% endif %}{% endblock title %}pretalx {% if request.event and request.event.logo %}{% endif %} {% block alternate_link %} {% endblock alternate_link %} {% include "common/includes/favicon.html" %} {% if request.event and request.event.primary_color %}{% endif %} {% block stylesheets %}{% endblock stylesheets %} {% form_media always_base=True extra_js="common/js/ui/tabs.js" extra_css="common/css/ui/tabs.css" table_media=True %} {% block scripts %}{% endblock scripts %} {{ html_head|safe }} {% if request.user.is_superuser %}
{% blocktranslate with link=link trimmed %} You’re using pretalx as a superuser. This is not recommended. {% endblocktranslate %}
{% csrf_token %}
{% endif %} {% if warning_update_check_active %}
{% blocktranslate trimmed %} Starting with version 1.1.0, pretalx automatically checks for updates in the background. During this check, anonymous data is transmitted to servers operated by the pretalx developers. Click on this message to find out more, disable this feature or enter your email address to get notified via email if a new update arrives. This message will disappear once you clicked it. {% endblocktranslate %}
{% endif %}
{% if not request.user.is_anonymous %}{% endif %} {# if not request.user.is_anonymous #}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% html_signal "pretalx.orga.signals.html_above_orga_page" sender=request.event request=request %} {% block content %} {% endblock content %} {% html_signal "pretalx.orga.signals.html_below_orga_page" sender=request.event request=request %}
{% include "common/includes/modals.html" %}