{% load i18n adminmedia %} {% include "cms/inc/csrf_js.html" %}
Open
{% if auth %}
{% trans "Edit mode" %} toggle
{% if page.last_page_states %}
{% trans "Status" %}: {% for state in page.last_page_states %} {{ state.get_action_display }} {% endfor %}
{% endif %} {% else %}
{% csrf_token %} {% trans "login" %}
{% endif %}
{% if edit and page %} {% if auth and moderator %} {% if moderator_should_approve and has_moderate_permission %} {{ page_moderator_state.label }} {% else %} {% if has_publish_permission %} Publish {% else %} Request Approval {% endif %} {% endif %} {% endif %} {% endif %} {% if auth and has_change_permission %}
{% trans "Template" %}arrow
{% endif %} {% if auth %} {% endif %} {% if auth %}
{% csrf_token %}
{% trans "Lock" %}{% trans "Logout" %}
{% endif %} {% trans "Close" %}
 
 

This page must be moderated at level 0, post a message for moderator.