{% extends "tinyimages/base_delete.html" %} {% load i18n %} {% block content_object %}

{% trans "Delete file:" %} {{ object.title }}

{% trans "Are you sure you want to delete the following file?" %}

{% endblock %}