{% extends "orga/base.html" %} {% load i18n %} {% block title %}{% trans "Delete a page" %}{% endblock %} {% block content %}
{% blocktrans trimmed with name=page.name %} Are you sure you want to delete the page {{ name }}? {% endblocktrans %}