{% extends "documents/document_base.html" %} {% load i18n %} {% block title %}{% trans "Deleting" %} {{ document.title }} — {{ block.super }}{% endblock %} {% block body %}
{% blocktrans with document.title as document_title %} Are you sure you want to remove {{ document_title }}? {% endblocktrans %}