{% extends 'easycms/base.html' %} {% block easycms_title %}View Pages{% endblock %} {% block easycms_content %}
Code | Title | Created | {% if settings.page_publishing_enabled %}Published | {% endif %}|
---|---|---|---|---|
{{ page.code }} | {{ page.title }} | {{ page.created | easycms_format_datetime_seconds }} | {% if settings.page_publishing_enabled %}{{ macros.format_result(page.published) }} {% if access_control.can_publish_page() and not page.published %} Publish {% endif %} | {% endif %}{% if access_control.can_edit_page() %} Edit {% endif %} |