{% extends "agenda/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% load phrases %} {% block container_width %}{% if not show_talk_list %} main-schedule{% endif %}{% endblock %} {% block agenda_custom_header %} {% compress js %} {% endcompress %} {% endblock %} {% block agenda_content %}
{% if schedule != schedule.event.current_schedule %}
{% if not schedule.version %} {{ phrases.schedule.wip_version }} {% else %} {{ phrases.schedule.old_version }} {% endif %} {% if request.event.current_schedule %} {% phrase "phrases.schedule.current_version" current_url=schedule.event.urls.schedule %} {% endif %}
{% endif %} {% include "agenda/header_row.html" with with_margin=True with_extra=True %}
{% endblock %}