{% 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 != article.title %}

{% trans "Old Title" %}

{{ changeset.old_title }}


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

Editor Comment

{{changeset.comment}}


{% endif %}

Revision Differences {% if from %} between Revision {{ from }} and Revision {{ to }} {% else %} of Revision {{ to }} {% endif %}

{{ differences|safe }}
{% endblock %}