{% 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.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 %}
{% trans 'Cancel' %}
{% endblock content %} {% block extrascripts %} {{ page_form.media }} {% endblock %} {% block extrastyles %} {% endblock %}