{% extends "wiki/base.html" %} {% load wiki_tags i18n sekizai_tags %} {% load url from future %} {% block wiki_pagetitle %}{% trans "Article deleted" %}{% endblock %} {% block wiki_contents %}

{% trans "Article Deleted" %}

{% trans "The article you were looking for has been deleted." %}

{% if not article.current_revision.locked or article|can_delete:user %}

{% trans "Restore" %}

{% trans "You may restore this article and its children by clicking restore." %}

{% trans "Restore" %}

{% endif %} {% if article|can_moderate:user %}

{% trans "Purge deletion" %}

{% trans "You may remove this article and any children permanently and free their slugs by clicking the below button. This action cannot be undone." %}

{% csrf_token %} {% wiki_form purge_form %}
{% endif %}
{% endblock %}