{% extends 'layout.html' %} {% set page_action = 'log' %} {% set title = 'Revisions for ā€œ%sā€' % revision.title %} {% block contents %}

In this list you can see all the revisions of the requested page.

{% for rev in revisions %} {% endfor %}
Date Change Note Actions
{{ rev.time }} {{ rev.note or '' }} show {% if loop.index > 1 %} revert {% endif %}
{% endblock %}