{% extends "pages/base.html" %} {% load page_tags %} {% block title %}{% blocktrans with t=page.get_title %}Delete Page - {{ t }}{% endblocktrans %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% trans "Delete a Page" %}

{{ page.title }} - {{ page.get_absolute_url }}

{{ page.content|safe|truncatewords_html:"60" }}
{% trans "Are you sure you want to permanently delete this page?" %}
{% csrf_token %}
{% endblock %}