{% extends 'base.html' %} {% load i18n %} {% block content %}
{% csrf_token %} {{form.media}}
{% if protected %}

You can't do that

In order to delete this page, you will first need to delete the following sections:
    {{protected|unordered_list}}
{% else %}

Are you sure?

The following objects will be deleted:
    {{deleted|unordered_list}}
{% endif %}
{% endblock %}