diff --git a/core/templates/core/dashboard.html b/core/templates/core/dashboard.html index 5ba1230..07fa190 100644 --- a/core/templates/core/dashboard.html +++ b/core/templates/core/dashboard.html @@ -152,6 +152,14 @@ {# Client-specific breakdown #} {% if client_stats %} {% for client_stat in client_stats %} +
+
+
+
{{ client_stat.total_jobs }}
+
Total Jobs
+
+
+
{{ client_stat.client_name }}