{% extends "wakawaka/base.html" %} {% load wakawaka_tags %} {% block extrahead %} {{ block.super }} {# Don't let search engines scan this old revision #} {% if rev.is_not_current %} {% endif %} {% endblock %} {% block title %} {{ page.slug }} {% endblock %} {% block content %}

{{ page.slug }}

{% if rev.is_not_current %}

You are viewing an older revision! See the latest version

{% endif %}
{{ rev.content|urlize|wikify|linebreaks }}
{% spaceless %}
{{ page.slug }} Recently modified by {{ page.current.creator }}: {{ rev.modified|date:_("DATETIME_FORMAT") }} (History) {% if perms.wakawaka.change_wikipage %} Edit {% endif %}
{% endspaceless %} {% endblock %}