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