{% load i18n %} {% include "wagtailadmin/shared/header.html" with title=_("Publish page") icon="clipboard-list" %}
{% if needs_changes %} {% blocktrans trimmed %} This page was marked as needing changes at {{ task }} in {{ workflow }}. {% endblocktrans %} {% else %} {% blocktrans trimmed %} 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?' %}