{% load compress %} {% load i18n %} {% load rules %} {% load staticfiles %} {% block title %}{% endblock %} {% if request.event %} {{ request.event.name }} {% endif %}:: pretalx {% block meta_image %}{% if request.event and request.event.logo %} {% endif %}{% endblock %} {% if request.event and request.event.settings.cfp_css_file %} {% else %} {% compress css %} {% endcompress %} {% endif %} {% if request.event and request.event.custom_css %}{% endif %} {% compress js %} {% endcompress %} {% block custom_header %}{% endblock %}
{% if request.event and not request.event.is_public and not is_html_export %}
{% blocktrans trimmed %} This event is currently non-public. Only organisers can see it. {% endblocktrans %}
{% endif %}

{% if request.event and request.event.logo %} {% elif request.event %} {{ request.event.name }} {% endif %}

{% if request.event and request.event.locales|length > 1 and not is_html_export %}
{% for l, name in request.event.named_locales %} {{ name }} {% endfor %} {% if request.user.is_anonymous %} • login {% endif %}
{% endif %}
{% if request.event and request.user.is_authenticated and not is_html_export %} {% endif %}
{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %} {% block content %} {% endblock %}