{% extends 'advertisers/base.html' %} {% load static %} {% load widget_tweaks %} {% load advertiser_tags %} {% block title %}Agencies - {{ block.super }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{{ total_agencies }}
Total Agencies
{{ active_agencies }}
Active Agencies
{{ total_brands }}
Total Brands
{{ total_campaigns }}
Total Campaigns
{{ search_form.search|add_class:"form-control"|attr:"placeholder:Search by name, contact person, or email..." }}
{{ search_form.status|add_class:"form-select" }}
{{ search_form.ordering|add_class:"form-select" }}
Clear
{% if agencies %}

Showing {{ agencies.start_index }}-{{ agencies.end_index }} of {{ agencies.paginator.count }} agencies

{% endif %} {% if agencies %}
{% for agency in agencies %} {% agency_card agency %} {% endfor %}
{% if agencies.has_other_pages %} {% endif %} {% else %}

No Agencies Found

{% if request.GET.search or request.GET.status %}

No agencies match your current filters.

Clear Filters {% else %}

Get started by creating your first agency.

Create First Agency {% endif %}
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}