{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n wagtailadmin_tags %} {% block titletag %} {% with counter_val=items|length %} {% blocktrans trimmed with counter=counter_val|intcomma count counter_val=counter_val %}Anonymize 1 object {% plural %}Anonymize {{ counter }} objects{% endblocktrans %} {% endwith %} {% endblock %} {% block header %} {% include "wagtailadmin/shared/header.html" with title=_("Anonymize") icon="no-view" %} {% endblock header %} {% block items_with_access %} {% if items %}
{% trans "Are you sure you want to anonymize these objects?" %}