{% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load form_media %} {% load i18n %} {% load static %} {% block title %}{% endblock title %} :: pretalx {% include "common/includes/favicon.html" %} {% form_media always_base=True %} {% block scripts %}{% endblock scripts %}
{# we're not lazy-loading these images, because they are central and immediately visible, and having them flash in 100ms later looks bad #} {% if not request.event.logo %} {% else %} {% endif %}

{% if messages %} {% for message in messages %}

{{ message }}
{% endfor %} {% endif %}

{% block content %}{% endblock content %}