{% load i18n staticfiles cms_tags cms_static sekizai_tags menu_tags %}
{% page_attribute "page_title" %}
{% render_block "css" %}
{% cms_toolbar %}
django-ya-model-publisher
{% block content %} {% placeholder "content" %} {% endblock %}
{% include "includes/user_info.html" %} {% if object %}
Some information about 'object' {{ object }}:
is draft: {{ object.publisher_is_draft|yesno:"true,false,none" }}
is dirty: {{ object.is_dirty|yesno:"true,false,none" }}
{% endif %}
Some information about this current cms page:
is draft: {{ current_page.publisher_is_draft|yesno:"true,false,none" }}
is dirty: {{ current_page.is_dirty|yesno:"true,false,none" }}
{% render_block "js" %}