{% extends template %} {% load i18n %} {% load finchtags %} {% block content %}
{% trans "You can't delete a root page."%} {% trans "Back" %}
{% blocktrans with page.title as title and page.get_absolute_url as url %} Are your sure you want to delete the page: `{{ title }}` ( {{ url }} ) and all underlying pages?{% endblocktrans %}