{% 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 %} {% block extra_title %}{% translate "Schedule session" %} {{ quotation_open }}{{ form.instance.submission.title }}{{ quotation_close }} :: {% endblock extra_title %} {% block schedule_content %}

{% translate "Schedule session" %} {{ quotation_close }}{{ form.instance.submission.title }}{{ quotation_open }}

{% include "orga/includes/base_form.html" %} {% endblock schedule_content %}