{% extends "wagtailadmin/base.html" %} {% load static wagtailadmin_tags wagtailuserbar i18n %} {% block titletag %}{{view.get_header_title}}{% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title=view.get_header_title icon=view.get_header_icon %}
{% csrf_token %}
{% help_block status="warning" %}

{% blocktranslate %}Publishing this object means it will be made visible to all users on the website.{% endblocktranslate %}

{% blocktranslate %}If this is not what you intended; please cancel to go back.{% endblocktranslate %}

{% endhelp_block %}

{% blocktranslate with model_type=model_verbose_name%}Are you sure you want to publish {{model_type}}?{% endblocktranslate %}

{% translate "Cancel" %}
{% endblock %}