{% load compress %} {% load i18n %} {% load rules %} {% load static %} {% load vite %} {% block title %}{% if request.event %}{{ request.event.name }}{% endif %}{% endblock %} :: pretalx {% if request.event and request.event.logo %}{% endif %} {% block alternate_link %} {% endblock %} {% if development_mode %} {% else %} {% endif %} {% compress css %} {% endcompress %} {% block stylesheets %}{% endblock %} {% vite_hmr %} {% compress js %} {% endcompress %} {% block scripts %}{% endblock %} {% if request.user.is_superuser %}
{% blocktranslate with link=link trimmed %} You're using pretalx as a superuser. This is not recommended. {% endblocktranslate %} {% translate "Please click here to switch to an administrator account." %}
{% 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 messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %} {% endblock %}
{% compress js %} {% endcompress %}