{% extends "mezawiki/wiki_page_list.html" %} {% load mezzanine_tags mezawiki_tags comment_tags keyword_tags rating_tags i18n %} {% block meta_title %}{{ wiki_page.title }}{% endblock %} {% block meta_keywords %}{% metablock %} {% keywords_for wiki_page as tags %} {% for tag in tags %}{% if not forloop.first %}, {% endif %}{{ tag }}{% endfor %} {% endmetablock %}{% endblock %} {% block meta_description %}{% metablock %} {{ wiki_page.description }} {% endmetablock %}{% endblock %} {% block title %} {{ wiki_page.title }} {% endblock %} {% block extra_css %} {% endblock %} {% block breadcrumb_menu %} {{ block.super }}
  • {{ wiki_page.title }}
  • {% trans "View diff" %}
  • {% endblock %} {% block main %} [{% trans "Edit page" %} | {% trans "View history" %}]
    {% if wiki_page.categories.all.count > 0 %} {% trans "Categories" %}: {% for category in wiki_page.categories.all %} {{ category }} {% endfor %} {% endif %}
    {% if wiki_page.featured_image %}

    {% endif %} {% if undo_error %}

    {% blocktrans with wiki_page.get_absolute_url as wiki_page_url %} It was impossible to automatically undo the change you have selected. Perhaps the page has been modified too much in the meantime. Review the following content comparison, which represents the change you tried to undo, and apply the changes manually to the latest revision. {% endblocktrans %}

    {% endif %}
    {% blocktrans with from_revision.created as from_time and to_revision.created as to_time %} Comparing content of the page between {{ from_time }} and {{ to_time }}.{% endblocktrans %}
    {{ diff | html_diff }}
    {% keywords_for wiki_page as tags %} {% if tags %} {% spaceless %} {% endspaceless %} {% endif %} {% endblock %}