{% extends "layouts/base.html" %} {% load static %} {% block title %}Brand Statistics{% endblock %} {% block extra_css %} {% endblock extra_css %} {% block breadcrumb %} {% endblock breadcrumb %} {% block content %}
{{ stats.total_brands|default:0 }}
Total Brands
{{ stats.active_brands|default:0 }}
Active Brands
{{ stats.featured_brands|default:0 }}
Featured Brands
{{ stats.growth_rate|default:0 }}%
Growth Rate

Brand Performance Overview

Category Distribution

Monthly Trends

Agency Performance

{% endblock content %} {% block extra_js %} {% endblock extra_js %}