{% extends 'evewiki/base.html' %} {% load i18n %} {% load bootstrap %} {% load humanize %} {% block details %}
Delete Page '{{ page.title }}'
{% if children %}
This page cannot be deleted because it has the following children:

{% else %}
Confirm you wish to delete this page.

This cannot be undone.

Confirm Delete {% endif %}
{% endblock %} {% block extra_javascript %} {% endblock %} {% block extra_css %} {% endblock %} {% block extra_script %} {% endblock %}