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

Delete Group {{ to_delete }}

Deleting this Group 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 %}