{% extends 'easycms/base.html' %} {% block easycms_title %}Edit Page: {{ page.title }}{% endblock easycms_title %} {% block easycms_head_extra %} {% endblock %} {% block easycms_h1 %} {% endblock easycms_h1 %} {% block easycms_content %}
View All Pages {% if page %} Preview Page {% if page.front_end_url %} View Live Page {% endif %} {% endif %}

{{ page.title }}

{% if page.disabled %}

DISABLED

{% endif %}
{{ form.render_before_sections() }}
{% if page %} View Revision History {% if settings.page_publishing_enabled %} View Publishing History {% endif %} {% endif %}
{{ form.render_after_sections() }}
{% if settings.page_publishing_enabled %}

Note: Pages need to be published before they appear on the live website. Changes made with this editor will not appear on the live site until they are published by a user with the correct permissions.

{% endif %}
{% endblock easycms_content %}