{% extends "wiki/article.html" %} {% load wiki_tags i18n sekizai_tags %} {% block pagetitle %}{% trans "History" as tmsg%}{{tmsg|force_escape}}: {{ article.current_revision.title }}{% endblock %} {% block wiki_contents_tab %} {% 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." as tmsg%}{{tmsg|force_escape}}

{% for revision in revisions %}
{% trans "Auto log:" as tmsg%}{{tmsg|force_escape}}
{{ revision.automatic_log|default:"-"|linebreaksbr }}
{% if revision.previous_revision %}#{{revision.previous_revision.revision_number}}{% endif %} #{{revision.revision_number}} {% trans "Change" as tmsg%}{{tmsg|force_escape}}
{% endfor %} {% include "wiki/includes/pagination.html" %} {% if revisions.count > 1 %}
{% if article|can_write:user %} {% trans "Merge selected with current..." as tmsg%}{{tmsg|force_escape}} {% else %} {% endif %}
{% endif %}
{% endblock %}