{% extends "orga/schedule/base.html" %} {% comment %} SPDX-FileCopyrightText: 2018-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% load static %} {% block extra_title %}{% translate "Release new schedule" %} :: {% endblock extra_title %} {% block stylesheets %} {% endblock %} {% 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 or warnings.signup_room_too_large or warnings.signup_no_capacity or warnings.signup_overfull or warnings.signup_dropped_with_attendees %}
{% 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_count }} {% translate "Warnings" %}


{% endif %} {% if warnings.signup_room_too_large or warnings.signup_no_capacity or warnings.signup_overfull or warnings.signup_dropped_with_attendees %}

{% translate "Attendee signup" %}


{% if warnings.signup_room_too_large %}
{% translate "Sessions with room to spare" %}

{% blocktranslate trimmed %} These sessions are scheduled in rooms that fit more attendees than the current session signup capacity. Tick the boxes for sessions where you want to expand the session capacity to match the room. {% endblocktranslate %}

{% endif %} {% if warnings.signup_no_capacity %}
{% translate "Sessions with unlimited signups" %}

{% blocktranslate trimmed %} These sessions require signup but have neither a session capacity nor a room capacity set, so they will accept unlimited signups. {% endblocktranslate %}

{% endif %} {% if warnings.signup_overfull %}
{% translate "Sessions with more signups than seats" %}
{% endif %} {% if warnings.signup_dropped_with_attendees %}
{% translate "Dropped sessions with signed-up attendees" %}

{% blocktranslate trimmed %} These sessions were in the previous schedule release but are no longer in this one, even though they have signed-up attendees. {% endblocktranslate %} {% translate "Attendees will not be notified automatically!" %}

{% endif %}
{% 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 %}
{% include "orga/includes/submit_row.html" with extra_content_right=form.notify_speakers.as_field_group %}
{% endblock schedule_content %}