{% load compress %} {% load i18n %} {% load rules %} {% load static %} {% 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_warning %} {% else %} {% endif %} {% compress css %} {% endcompress %} {% block stylesheets %}{% endblock %} {% compress js %} {% endcompress %} {% block scripts %}{% endblock %} {% if request.user.is_superuser %}
{% blocktrans with link=link trimmed %} You're using pretalx as a superuser. This is not recommended. {% endblocktrans %} {% trans "Please click here to switch to an administrator account." %}
{% endif %} {% if warning_update_check_active %}
{% blocktrans 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. {% endblocktrans %}
{% endif %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %} {% endblock %}
{% with "href='http://pretalx.com'" as a_attr %} {% blocktrans trimmed %} powered by pretalx {% endblocktrans %} {% endwith %} {% if development_warning %} · {% trans "running in development mode" %} {% endif %} {% if pretalx_version %} · {% if development_warning %}{{ pretalx_version }} {% else %}v{{ pretalx_version }}{% endif %} {% endif %}
{% compress js %} {% endcompress %}