{% extends "orga/schedule/base.html" %} {% load compress %} {% load bootstrap4 %} {% load i18n %} {% load static %} {% block schedule_content %}

{% trans "Release new schedule" %}

{% blocktrans trimmed %} There are still warnings about the release of this schedule. Please review them carefully! {% endblocktrans %}
{% if warnings.talk_warnings %}

{% trans "Warnings" %}

{% endif %}

{% trans "Public changelog" %}

{% trans "This is how the new schedule version will appear in the public changelog and in the RSS feed." %}

{% trans "Version" %} …

{% include "agenda/changelog_block.html" with schedule=request.event.wip_schedule %}
{% trans "Back" %}
{% csrf_token %} {% bootstrap_field form.notify_speakers layout='event-inline' form_group_class='col-lg-6' %}
{% endblock %}