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

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

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

{{ object.title }}

{% endblock %}