{% extends 'index.html' %} {% block content %}

Wiki History

Here are the recent changes on this wiki.

{%for e in history%} {%endfor%}
Revision Information

{{e.rev_name}}

Show Diff.

Date
{{e.datetime}}
Author
{{e.author}}
Pages ({{e.num_pages}})
{%if collapsed%}}
{%endif%}
    {%for p in e.pages%}
  • {{p.url}} {{p.action_label}}
  • {%endfor%}
{%if collapsed%}
{%endif%}
Comment
{{e.description}}
{% endblock %}