{% extends "orga/base.html" %} {% load i18n %} {% load bootstrap4 %} {% 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 %}