{% extends 'wiki/base.html' %} {% load i18n %} {% load pagination_tags %} {% load custom_date %} {% block title %} {% trans "Recent Changes" %} - {{ block.super }} {% endblock %} {% block content %}
{% trans "Action" %} | {% trans "Article" %} | {% trans "At" %} | {% trans "User" %} | {% trans "Comment" %} |
---|---|---|---|---|
{{change.modified|custom_date:user|title }} | ||||
{% if change.old_title %} M {% else %} A {% endif %} | {{ change.article.title }} | {{ change.modified|custom_date:user|title }} | {{ change.editor }} | {{ change.comment }} |