{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Delete confirmation" %}

{% trans "Are you sure you want to delete this object?" %}

{% endblock %}