{% extends "djust_admin/base.html" %} {% load djust_admin_tags %} {% block breadcrumb_items %} / {{ opts.verbose_name_plural|title }} / Delete {% endblock %} {% block content %} {% if redirect_url %} {% endif %}

Delete {{ opts.verbose_name }}

Are you sure you want to delete "{{ object_str }}"?

This action cannot be undone. This will permanently delete the {{ opts.verbose_name }} and all related data.

Cancel
{% endblock %}