{% extends "base.html" %} {% block title %}Edit template: {{ template }}{% endblock %} {% block extra_head %} {% endblock %} {% block nav %}

Home / Edit templates

{% endblock %} {% block content %}

Edit template: {{ template }}

{% if revision %}

Revision from {{ revision.created }}

{% endif %} {% if not from_db and not create_from_scratch %}

Original disk version:

{% endif %} {% if create_from_scratch %}

Create a new template

{% endif %}

{% if revisions %}

Previous revisions

{% endif %} {% endblock %}