{% extends 'wiki/base.html' %} {% load humanize 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" %} |
---|---|---|---|---|
{% if change.old_title %} Modified {% else %} Added {% endif %} | {{ change.article.title }} | {{ change.modified|custom_date:user }} | {{ change.editor }} | {{ change.comment }} |