{% extends 'auth/dashboard.html' %} {% load static %} {% block content %}

Delete Group

This action cannot be undone

Group Details

Name: {{ group.name }}
Registration No: {{ group.registration_number }}
Location: {{ group.location }}
Members: {{ group.memberships.count }}

Warning

  • This will permanently delete the group {{ group.name }}
  • All {{ group.memberships.count }} member(s) will be removed from this group
  • Group history and data will be preserved but marked as inactive
  • This action cannot be undone
{% csrf_token %}
Cancel

This is a secure operation and requires administrative privileges

{% endblock %}