{% extends 'layout.html' %} {% block body %}

History for {{ name }}

Compare Revisions

{% if pagination.page > 1 or pagination.more %} {% endif %} {% for h in history %} {% endfor %}
Name Revision Message Date
  • Previous
  • {% for p in range(1, pagination.page + 1) %}
  • {{ p }}
  • {% endfor %} {% if pagination.more %}
  • {% endif %}
  • Next
{% if h.type != 'delete' %} {% endif %} {{ h.author }} View {{ h.message }} {{ h.time|datetime }}

Compare Revisions

{% endblock %} {% block js %} {% endblock %}