{% extends "admin/base_site.html" %} {% load i18n %} {% block title %}{% trans "Confirm Hard Delete" %}{% endblock %} {% block content %}

⚠️ {% trans "Permanently destroy" %} {{ count }} {{ klass_name }} {% if count == 1 %}record{% else %}records{% endif %}?

🚨 DANGER — IRREVERSIBLE ACTION

The following {{ count }} {{ klass_name }} record(s) will be PERMANENTLY DELETED from the database. This action cannot be undone. Related objects (cascades) will also be deleted.

Objects to be deleted:

{% csrf_token %}
{% endblock %}