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