{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n %} {% block titletag %}{% blocktrans trimmed count counter=items|length %}Move 1 page{% plural %}Move {{ counter }} pages{% endblocktrans %} {% endblock %} {% block header %} {% include "wagtailadmin/shared/header.html" with title=_("Move") icon="doc-empty-inverse" %} {% endblock header %} {% block items_with_access %} {% if items %}
{% trans "Are you sure you want to move these pages?" %}
{% blocktrans trimmed count counter=page.child_pages %} This page has one child page {% plural %} This page has {{ counter }} child pages {% endblocktrans %}
{% endif %}