{% extends 'luxuryadmin/base.html' %} {% load staticfiles %} {% load thumbnail %} {% load icanhaz %} {% load widget_tweaks %} {% block admin_content %} {% include 'luxuryadmin/snippets/nav.html' with on='pages' %}

{% if page %}Edit page - [{{ page.title }}]{% else %}Add new page{% endif %}

{% csrf_token %}
Page details {{ form.as_p }}
{% endblock %}