{% extends "wakawaka/base.html" %} {% load i18n %} {% block extrahead %} {{ block.super }} {# Add support for the Universal Edit Button #} {% if perms.wakawaka.change_wikipage %} {% endif %} {% endblock %} {% block title %} {% if page.is_initial %} {% blocktrans with page.slug as slug %}Add {{ slug }}{% endblocktrans %} {% else %} {% blocktrans with page.slug as slug %}Edit {{ slug }}{% endblocktrans %} {% endif %} {% endblock %} {% block content %}
{% trans "You are editing an revision which is not the latest!" %}
{% endif %} {% if is_locked and have_lock %}{% trans "The page is locked for you." %}
{% else %} {% blocktrans with lock_timestamp|timesince as lock_timestamp %}The page is locked for {{ lock_owner }} since about {{ lock_timestamp }}.{% endblocktrans %} {% if allowed_to_reset %}{% trans "Reset lock" %}{% endif %}