{% extends "base/body_content.html" %} {% load smart_if %} {% block title %} {% if is_template %} {% if item.id %}Edit template - {{ item.format_name }}{% else %}New template{% endif %} {% else %} {% if item.id %}Edit page - {{ item.format_name }}{% else %}New page{% endif %} {% endif %} {% endblock %} {% block extra_head %} {% if enable_tinymce %} {% endif %} {% comment %} {% endcomment %} {% endblock %} {% block main_content %}

{% if is_template %} {% if item.id %}Edit template - {{ item.format_name }}{% else %}New template{% endif %} {% else %} {% if item.id %}Edit page - {{ item.format_name }}{% else %}New page{% endif %} {% endif %}

{% if is_template %} Back {% else %} Back Save and go to manage {% if item.published %} Save and go to page {% endif %} {% endif %} {% if is_template %}Save and go to manage{% else %}Save and stay here{% endif %}
{% if item.id %}
created on: {{ item.date_added|date:"d.m.Y H:i:s" }}
created by: {{ item.author.format_name }}
modified on: {{ item.last_modified|date:"d.m.Y H:i:s" }}
modified by: {% if item.modified_by %}{{ item.modified_by.format_name }}{% else %}-{% endif %}
{% endif %}

General

{% if not is_template %} {% if not editing_root_page %} {% endif %} {% endif %}
{% if is_template %}Template{% else %}Page{% endif %} name:
Description:
Update period:
Parent page:
   
 

Content

{% comment %}
{% endcomment %} {% if enable_tinymce %} Toggle HTML editor {% endif %}

Insert object

{% endblock %}