{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %} {% translate "Delete file" %} {% endblock %} {% block content %}
{% blocktranslate trimmed with title=document.title %} Are you sure you want to delete the file "{{ title }}"? {% endblocktranslate %}