{% extends "admin/admin_base.html" %} {% load i18n %} {% block admin_title %}{% trans "Confirm Delete" %}{% endblock %} {% block content %}
warning
{% trans "Are you sure?" %}

{% trans "You are about to delete the following" %} {{ type }}: {{ object }}

{% trans "This action cannot be undone." %}

{% csrf_token %}
{% endblock %}