{% extends "advertisers/base.html" %} {% load static %} {% load widget_tweaks %} {% block title %}{% if form.instance.pk %}Edit Agency{% else %}Create Agency{% endif %} - Adtlas{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Created: {{ form.instance.created_at|date:"F d, Y" }}
Last Updated: {{ form.instance.updated_at|date:"F d, Y" }}
Total Brands: {{ form.instance.total_brands }}
Total Campaigns: {{ form.instance.total_campaigns }}
Are you sure you want to delete the agency {{ form.instance.name }}?
This action cannot be undone. All associated brands, campaigns, and data will also be deleted.
This agency has {{ form.instance.total_brands }} brand(s). Please delete or transfer all brands before deleting the agency.