{% extends 'wiki/base.html' %} {% load i18n %} {% load custom_date wlprofile_extras %} {% block title %} {% trans "Article History of" %} {{ article.title }} - {{ block.super }} {% endblock %} {% block content %} {% if changes|length > 1 %} {% endif %}
{% trans "Back to article" %} | Atom Feed

{% trans "Article History of" %} {{ article.title }}

{% if changes|length > 1 %} {% endif %} {% for change in changes %} {% if changes|length > 1 %} {% endif %} {% endfor %}
#{% trans "Compare" %}{% trans "Revert" %} {% trans "At" %} {% trans "User" %} {% trans "Comment" %}
{{ change.revision }} {% if not forloop.first %} {% endif %} {{ change.modified|custom_date:user }} {% if change.is_anonymous_change %} {{ change.editor_ip }} {% else %} {{ change.editor|user_link }} {% endif %} {% if change.comment %}'{{ change.comment }}'{% endif %}

{% if changes|length > 1 %} {% endif %} {% csrf_token %}
{% endblock %}