{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% blocktrans trimmed with title=page.get_admin_display_title %}Unpublish {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% trans "Unpublish" as unpublish_str %} {% include "wagtailadmin/shared/header.html" with title=unpublish_str subtitle=page.get_admin_display_title icon="doc-empty-inverse" %}
{% trans "Are you sure you want to unpublish this page?" %} {% if translation_count %} {% blocktrans trimmed with translation_count=translation_count count counter=translation_count %} This will also unpublish one translation of the page. {% plural %} This will also unpublish all {{ translation_count }} translations of the page. {% endblocktrans %} {% endif %}