{% extends 'admin_panel/base.html' %} {% block title %}Delete {{ item_type }}{% endblock %} {% block page_title %}Delete {{ item_type }}{% endblock %} {% block content %}
Confirm Deletion
Delete {{ item_type }} "{{ item }}"?

This will permanently delete this {{ item_type|lower }} and all its child records. This cannot be undone.

{% csrf_token %} Cancel
{% endblock %}