{% extends "base.html" %} {% block title %}Delete {{ verbose_name }} #{{ pk }}{% endblock %} {% block content %}

Confirm Deletion

Delete {{ verbose_name }} #{{ pk }}?
This action cannot be undone. The record and all associated data will be permanently removed.
{% if csrf_token %}{% endif %}
Cancel
{% endblock %}