{% extends "orga/submission/base.html" %} {% comment %} SPDX-FileCopyrightText: 2017-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block submission_title %}→ {{ target }} :: {% endblock submission_title %} {% block submission_content %}

{% include "cfp/event/fragment_state.html" with state=submission.state as_badge=True %} {% include "cfp/event/fragment_state.html" with state=target as_badge=True %}

{% translate "Please confirm that you really want to change the state of this proposal." %}

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