{% extends "orga/base.html" %} {% load i18n %} {% block extra_title %}{% trans "Delete a page" %} :: {% endblock %} {% block content %}

{% trans "Delete a page" %}

{% csrf_token %}

{% blocktrans trimmed with name=page.name %} Are you sure you want to delete the page {{ name }}? {% endblocktrans %}

{% trans "Cancel" %}
{% endblock %}