{% extends "base.html" %} {% block title %}Confirm Delete - Admin{% endblock %} {% block content %}

Confirm Delete

Delete {{ item_type|title }}

Are you sure you want to delete the {{ item_type }} {{ item_name }}?

{% if warning %}
{{ warning }}
{% endif %}

This action cannot be undone.

Cancel
{% endblock %}