{% extends 'core/base.html' %} {% block title %}Delete {{ org_to_delete.name }} | Killian{% endblock %} {% block content %}

Delete Organization

This action permanently removes the organization and cascading related data.

Cancel
Permanent deletion: {{ org_to_delete.name }} This cannot be undone. If you only want to remove the customer from active Killian views, return to Manage Organizations and use Archive instead.

Data that will be affected

{% for label, count in related_counts.items %}
{{ count }} {{ label }}
{% endfor %}
{% csrf_token %}
Cancel
{% endblock %}