diff --git a/templates/web/bexley/waste/services_extra.html b/templates/web/bexley/waste/services_extra.html index a5250127315..b8a86d5de63 100644 --- a/templates/web/bexley/waste/services_extra.html +++ b/templates/web/bexley/waste/services_extra.html @@ -38,7 +38,56 @@

[%# Allow superusers to see red tags and service updates for debugging purposes %] [% IF c.user.is_superuser %]
- Red tags + 🐞 Superuser debugging +

Property

+
+
UPRN
+
[% property.uprn %]
+ [% IF property.parent_property %] +
Parent UPRN
+
[% property.parent_property.uprn %]
+ [% END %] +
USRN
+
[% property.usrn %]
+
+

Services

+ [% FOREACH service IN service_data %] +
+
ID
+
[% service.service_id %]
+
Name
+
[% service.service_name %]
+
Description
+
[% service.service_description %]
+
Round schedule
+
[% service.round_schedule %]
+
+
+ [% END %] +

Recent scheduled collections

+ [% FOREACH round IN property.recent_collections.keys %] +
+
[% round %]
+
[% property.recent_collections.$round %]
+
+ [% END %] +

Completed or attempted collections

+ [% FOREACH round IN property.completed_or_attempted_collections.keys %] +
+
[% round %]
+
[% property.completed_or_attempted_collections.$round %]
+
+ [% END %] +

Missed collection reports

+ [% IF property.missed_collection_reports && property.missed_collection_reports.size %] + [% FOREACH report IN property.missed_collection_reports %] +

[% report.key %]: [% report.value %]

+ [% END %] + [% ELSE %] +

No existing missed collection reports

+ [% END %] +

Red tags

+ [% IF property.red_tags && property.red_tags.size %] [% FOREACH tag IN property.red_tags %]

[% tag.reason %]

@@ -56,9 +105,10 @@

[% tag.reason %]


[% END %] -
-
- Service updates + [% ELSE %] +

No red tags

+ [% END %] +

Service updates

[% IF property.service_updates && property.service_updates.size %] [% FOREACH update IN property.service_updates %]

[% update.reason %]