{% extends 'wiki/base.html' %} {% load i18n %} {% block title %} Changes in {{ article_title }} {% endblock %} {% block content %}

{{ article_title }}

{% if changeset.old_title %}

{{ changeset.old_title }}

{% endif %} {{ changeset.display_diff|safe }}
{% trans "Markup:" %} {% if changeset.old_markup %} {{ changeset.old_markup }} {% else %} {% trans "Plain Text." %} {% endif %} {% endblock %}