{% extends 'wiki/base.html' %} {% load i18n %} {% load wiki_tags %} {% load group_tags %} {% block head_title %}Wiki for {{ group.name }} - {{ article.title }} {% endblock %} {% block body %} {% wiki_title group %}

{{ 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 %}