From 01dea8c9e20e5c47c6b534d43964d806a7eb37a9 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 22 Jan 2026 17:07:10 +0000 Subject: [PATCH] Edit core/templates/core/dashboard.html via Editor --- core/templates/core/dashboard.html | 76 +++++++++++++++--------------- 1 file changed, 39 insertions(+), 37 deletions(-) diff --git a/core/templates/core/dashboard.html b/core/templates/core/dashboard.html index de08b95..58d9eda 100644 --- a/core/templates/core/dashboard.html +++ b/core/templates/core/dashboard.html @@ -149,6 +149,44 @@ +
+
+
Recent Repair Jobs
+ View All +
+
+ + + + + + + + + + + {% for job in jobs %} + + + + + + + {% empty %} + + + + {% endfor %} + +
Job RefAddressStatusActions
{{ job.job_ref }}{{ job.address_line_1 }}, {{ job.postcode }}{{ job.status.name }} + View +
+ + No repair jobs found. Create your first job to get started! +
+
+
+ {# Client-specific breakdown #} {% if client_stats %} {% for client_stat in client_stats %} @@ -223,43 +261,7 @@ {% endif %} -
-
-
Recent Repair Jobs
- View All -
-
- - - - - - - - - - - {% for job in jobs %} - - - - - - - {% empty %} - - - - {% endfor %} - -
Job RefAddressStatusActions
{{ job.job_ref }}{{ job.address_line_1 }}, {{ job.postcode }}{{ job.status.name }} - View -
- - No repair jobs found. Create your first job to get started! -
-
-
+ {% endblock %} \ No newline at end of file