{% extends "wiki/base.html" %} {% load wiki_tags %} {% block wiki_pagetitle %}Article deleted{% endblock %} {% block wiki_contents %}

Article deleted

The article you were looking for has been deleted.

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

Restore Article

To restore this article and any child articles, click the restore button below.

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

Purge Article

To permanently remove this article and any child articles, click the purge button below. This will allow you to free up the slugs assigned to these articles, so that they may be used for other articles.

Please note: This action cannot be undone.

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