{% extends "wakawaka/base.html" %} {% block title %} Editing {{ page.slug }} {% endblock %} {% block content %}

{% if page.is_initial %}Add{% else %}Edit{% endif %} {{ page.slug }}

{% if rev.is_not_current %}

You will revert this page to an revision which is not the latest!

{% endif %}
{{ form.as_p }}

or Cancel

{% if not page.is_initial and delete_form %}
{{ delete_form.as_p }}

{% endif %}

Revisions for this page

{% include "wakawaka/revision_table.html" %} {% endblock %}