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

{% 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 %}

{{ 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." %}

{% translate "Version" %} {{ suggested_version }}

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