{% extends 'editor/editor.html' %} {% block css %} {{ super() }} {% endblock %} {% block javascript %} {{ super() }} {% endblock %} {% block main %}

{% if revision['dokk:revision_number'] == current_revision['dokk:revision_number'] %} This is the current revision {% else %} This is an old revision {% endif %} of the page {{ page_name }}, as edited by {{ revision['author'] }} at {{ revision['datetime']|simple_date }}. You can also look at the complete history of this page.
Revisions cannot be modified; but you can create a new one.

#{{ revision['dokk:revision_number'] }} {{ revision['edit_summary'] }}
{% if type == 'article' %}
{% endif %} {% if type == 'file' %}
{% endif %} {% if type == 'query' %}
{% endif %} {% if type == 'template' %}
{% endif %} {% if type == 'topic' %}
{% endif %} {% endblock %}