{% extends "orga/schedule/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block extra_title %}{% translate "Release new schedule" %} :: {% endblock extra_title %} {% block schedule_content %}
{% include "common/forms/errors.html" %} {% csrf_token %}

{% translate "Release new schedule" %}
{{ form.version.as_field_group }}

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

{{ warnings.talk_warnings|length }} {% 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." %} {% translate "You can include a comment here." %}

{{ phrases.schedule.version }} {{ suggested_version }}

{{ form.comment.as_field_group }}
{% include "agenda/changelog_block.html" with schedule=request.event.wip_schedule %}
{{ form.notify_speakers.as_field_group }}
{% endblock schedule_content %}