{% extends 'wiki/base.html' %} {% load i18n %} {% load pagination_tags %} {% block content %}

{% trans "Recent Changes" %}

{% autopaginate changes %} {% for change in changes %} {% ifchanged change.modified.date %} {% endifchanged %} {% endfor %}
{{change.modified|date }}
{% if change.old_title %} M {% else %} A {% endif %} {{ change.article.title }} {{ change.modified|date:"H:i" }} {{ change.editor }} {{ change.comment }}
{% paginate %} {% endblock %}