{% extends 'virtenviro/admin/base.html' %}{% load i18n staticfiles admin_tags %} {% block content %}
{% csrf_token %}
{{ page_form.title }}
{{ page_form.slug }}
{{ page_form.template }}
{{ page_form.parent }}
{{ page_form.ordering }}
{{ page_form.author }}
{{ page_form.pub_datetime }}
{{ page_form.last_modified_by }}
{% for language, language_name in settings.LANGUAGES %} {% get_from_dict content_forms language as content_form %}
{{ content_form.as_p }}
{% endfor %}
{% if request.GET.popup == '1' %} {% trans 'Cancel' %} {% else %} {% trans 'Cancel' %} {% endif %}
{% endblock content %} {% block extrascripts %} {{ page_form.media }} {{ content_form.media }} {% endblock %} {% block extrastyles %} {% endblock %} {% block navigation %} {% with nav_pages as nodes %}{% include 'virtenviro/admin/content/page/navigation.html' %}{% endwith %} {% endblock navigation %}