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

{% translate "Release new schedule" %}

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

{% translate "Warnings" %}

{% endif %}

{% translate "Public changelog" %}

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

{% csrf_token %}

{% translate "Version" %}

{% bootstrap_field form.comment layout='event-inline' %}
{% include "agenda/changelog_block.html" with schedule=request.event.wip_schedule %}
{% translate "Back" %}
{% bootstrap_field form.notify_speakers layout='event-inline' %}
{% endblock %}