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

Delete Agency: {{ agency.name }}

This will mark the agency as deleted. Brands linked: {{ brands_count }}.

{% csrf_token %} Cancel
{% include "components/sweetalert_messages.html" %} {% endblock %}