{% extends "wiki/article.html" %} {% load wiki_tags i18n sekizai_tags static %} {% block wiki_pagetitle %}{% trans "History" %}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %} {% include "wiki/includes/modals.html" %} {% addtoblock "js" %} {% endaddtoblock %} {% addtoblock "css" %} {% endaddtoblock %}

{% trans "Click each revision to see a list of edited lines. Click the Preview button to see how the article looked at this stage. At the bottom of this page, you can change to a particular revision or merge an old revision with the current one." %}

{% include "wiki/includes/pagination.html" %}
{% for revision in revisions %} {% endfor %}
Updated Summary Actions
{% include "wiki/includes/revision_info.html" with current_revision=article.current_revision %} {% if revision.user_message %} {{ revision.user_message }} {% elif revision.automatic_log %} {{ revision.automatic_log }} {% else %} No summary {% endif %} {% if revision == article.current_revision %} Preview Switch {% else %} Switch {% endif %}
{% include "wiki/includes/pagination.html" %}
{% endblock %}