{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n wagtailusers_tags wagtailadmin_tags %} {% block titletag %}{% blocktrans trimmed count counter=items|length %}Change active state for 1 user {% plural %}Change active state for {{ counter }} users{% endblocktrans %}{% endblock %} {% block header %} {% trans "Set active state" as header_str %} {% include "wagtailadmin/shared/header.html" with title=header_str icon="doc-empty-inverse" %} {% endblock header %} {% block items_with_access %} {% if items %}
{% trans "Are you sure you want to change the active state for these users?" %}