{% extends "layouts/base.html" %} {% load static %} {% block title %}Delete Agency - {{ agency.name }}{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{% if agency.logo %} {{ agency.name }} {% else %}
{% endif %}

{{ agency.name }}

{% if agency.legal_name and agency.legal_name != agency.name %}

{{ agency.legal_name }}

{% endif %} {% if agency.agency_type %}

{{ agency.agency_type.name }}

{% endif %}

{{ agency.email }} {% if agency.phone %} {{ agency.phone }} {% endif %}

Impact Analysis
{{ agency.team_members.count }}
Team Members
{{ brands_count|default:0 }}
Brands
{{ campaigns_count|default:0 }}
Campaigns
{{ total_adspots|default:0 }}
Ad Spots

Confirm Agency Deletion

You are about to permanently delete the agency "{{ agency.name }}". This action cannot be undone and will have the following consequences:

{{ agency.team_members.count }} team members will lose access
{{ brands_count|default:0 }} brands will be deleted
{{ campaigns_count|default:0 }} campaigns will be terminated
All historical data will be lost
Important: Consider deactivating the agency instead of deleting if you want to preserve data.
{% csrf_token %}
Cancel and Go Back
Alternative Actions
Deactivate Agency

Temporarily disable access while preserving all data.

Deactivate
Archive Agency

Move to archived state for future reference.

{% include "components/sweetalert_messages.html" %} {% endblock content %} {% block extra_js %} {% endblock extra_js %}