{% extends "wakawaka/base.html" %} {% load wakawaka_tags %} {% load i18n %} {% block extrahead %} {{ block.super }} {# Don't let search engines scan this old revision #} {% if rev.is_not_current %} {% endif %} {# Add support for the Universal Edit Button #} {% if perms.wakawaka.change_wikipage %} {% endif %} {% endblock %} {% block title %} {{ page.slug }} {% endblock %} {% block content %}
{% trans "You are viewing an older revision!" %} {% trans "See the latest version" %}
{% endif %}