{% extends 'base.html' %} {% block title %}Confirm Delete Branch{% endblock %} {% block header_title %}Confirm Delete Branch{% endblock %} {% block content %}
Confirm Branch Deletion
Warning: This action cannot be undone.

Are you sure you want to delete the branch "{{ branch.name }}"?

Address: {{ branch.address }}

Users: {{ user_count }}

Products: {{ product_count }}

Sales Records: {{ sales_count }}

Deleting this branch will also delete:

  • All users assigned to this branch
  • All products associated with this branch
  • All sales records for this branch
  • All license information for this branch
{% csrf_token %}
Cancel
{% endblock %}