{% load i18n %} {% trans 'Publish page' as publish_title %} {% include "wagtailadmin/shared/header.html" with title=publish_title icon="clipboard-list" %}
{% if needs_changes %} {% blocktrans %} This page was marked as needing changes at {{ task }} in {{ workflow }}. {% endblocktrans %} {% else %} {% blocktrans %} This page is currently at {{ task }} in {{ workflow }}. {% endblocktrans %} {% endif %}
{% trans 'Publishing this page will cancel the current workflow.' %}
{% trans 'Would you still like to publish this page?' %}