{% extends "./base_iframe.html" %} {% load static wagtailadmin_tags i18n %} {% block sidebar_root %}{% endblock %} {% block content %}
{% 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 %}

{% for button in buttons %} {{ button }} {% endfor %} {% translate "Cancel" %}
{% endblock %}