{% extends 'easycms/base.html' %} {% block easycms_title %}Preview Page: {{ page.title }}{% endblock %} {% block easycms_h1 %}{% endblock easycms_h1 %} {% block easycms_content %}
{% if settings.page_publishing_enabled and not page.published %}Created | {{ page.created | easycms_format_datetime }} |
---|---|
Code (URL Name) | {{ page.code }} |
Author | {% if page.author %} {{ page.author.name }} {% else %} {{ macros.format_result(None) }} {% endif %} |
Published | {{ macros.format_result(page.published) }} |
Published By | {% if page.published %} {{ page.published_by.name }} {% else %} {{ macros.format_result(None) }} {% endif %} |