{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{{ phrases.orga.apply_pending_changes }} :: {% endblock extra_title %} {% block content %}
{% if submission_count %} {% 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 %}