{% 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%}
  • {%if p.url%} {{p.url}} ({{p.action}}) {%else%} {{p.path}} ({{p.action}}) {%endif%}
  • {%endfor%}
{%if collapsed%}
{%endif%}
Comment
{{e.description}}
{% endblock %}