{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% translate "Apply pending changes" %} :: {% endblock extra_title %} {% block content %}
{% if submission_count %}

{% blocktranslate with count=submission_count trimmed %} Apply {{ count }} pending changes? {% endblocktranslate %}

{% blocktranslate trimmed %} Please confirm that you really want to change the state of these {{ count }} proposals. {% endblocktranslate %}

{% csrf_token %}
{{ phrases.base.back_button }}
{% else %}

{% translate "There are no pending changes to apply right now." %}

{{ phrases.base.back_button }}
{% endif %}
{% endblock content %}