{% extends "orga/schedule/base.html" %} {% load compress %} {% load i18n %} {% load staticfiles %} {% 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 %}
{% endblock %}