{% load i18n %} {% load static %} {% trans "nav_active_tab_sr_marker" as activetab_srmarker %} {% block title %} {{ conference.slug }} {% trans "title_suffix" %} {% endblock title %} {% if uses_map %} {% include "core/map_header.html" %} {% endif %} {% block htmlhead %} {% endblock htmlhead %} {% block fullcontent %}
{% block sidebar %} {% if sidebar %} {% endif %} {% endblock sidebar %}
{% if messages %}
{% for message in messages %} {% endfor %}
{% endif %} {% block content %} {% endblock content %} {% block footer %} {% if user.is_authenticated and conference.require_ticket and conferencemember == None %}
⚠ {% trans "backoffice__not_a_conference_member" %}
{% endif %} {% endblock footer %}
{% endblock fullcontent %} {% block scripts %} {% endblock scripts %}