{% extends "base.html" %} {% block title %}Edit templates{% endblock %} {% block content %}

Edit templates

{% for template in templates %} {% endfor %}
Template Last updated Number of revisions
{{ template.name }} {{ pretty_datetime(template.last_updated) }} {{ template.revisions }}

Create a new template

{% endblock %}