{% extends "orga/base.html" %} {% comment %} SPDX-FileCopyrightText: 2021-present Tobias Kunze SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms {% endcomment %} {% load i18n %} {% block extra_title %}{{ phrases.orga.apply_pending_changes }} :: {% endblock extra_title %} {% block content %}
{% blocktranslate trimmed %} Please confirm that you really want to change the state of these {{ count }} proposals. {% endblocktranslate %}
{% else %}{% translate "There are no pending changes to apply right now." %}
{% endif %} {% include "orga/includes/base_form.html" %} {% endblock content %}