{% extends 'wiki/base.html' %} {% load i18n %} {% block title %} {% trans "Changes in" %} {{ article.title }} - {{ block.super }} {% endblock %} {% block content %}
{% trans "Back to article" %} | {% trans "Editing history" %}

{% trans "Changes in" %} {{ article.title }}

{% if changeset.old_title %}

{% trans "Old title" %}

{{ changeset.old_title }}


{% endif %} {% if changeset.comment %}

Editor comment

{{changeset.comment}}


{%endif %}

Revision differences

{{ changeset.display_diff|safe }}
{% endblock %}