{% extends "base.html" %} {% block content %} {{ block.super }}

Delete Product {{ product }}

Deleting this Product will remove any related objects associated with it. These relationships are listed below:

Danger Zone

{% if rels|length > 1 %} {% else %}

No relationships found.

{% endif %}
{% csrf_token %} {{ form }}


{% endblock %}