{% 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 %}Publish 1 page {% plural %}Publish {{ counter }} pages{% endblocktrans %} {% endwith %} {% 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 with counter=draft_descendant_count|intcomma count counter_val=draft_descendant_count %} This page has one unpublished subpage {% plural %} This page has {{ counter }} unpublished subpages {% endblocktrans %}
{% endif %} {% endwith %}