From fb8e4d6f48c4354fc9cf071db287ead876fc0269 Mon Sep 17 00:00:00 2001 From: M Somerville Date: Tue, 6 Oct 2020 17:05:41 +0100 Subject: [Bromley] Add text about small electricals. For kerbside domestic collections. --- templates/web/bromley/waste/services.html | 3 +++ templates/web/bromley/waste/services_extra.html | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 templates/web/bromley/waste/services_extra.html diff --git a/templates/web/bromley/waste/services.html b/templates/web/bromley/waste/services.html index c417e1790..121c6a2a3 100644 --- a/templates/web/bromley/waste/services.html +++ b/templates/web/bromley/waste/services.html @@ -1,3 +1,6 @@ +[% IF unit.service_id == 531 ~%] +[% domestic_collection = 1 ~%] +[% END ~%] [% IF unit.report_open %] A [% unit.service_name FILTER lower %] collection has been reported as missed diff --git a/templates/web/bromley/waste/services_extra.html b/templates/web/bromley/waste/services_extra.html new file mode 100644 index 000000000..5c6fd8c4c --- /dev/null +++ b/templates/web/bromley/waste/services_extra.html @@ -0,0 +1,7 @@ +[% IF domestic_collection %] +

Batteries, small electrical items and textiles

+ +

Please only present one small bag each week as we cannot handle high +volumes. If we do not collect your items, please bring them back inside and +present them for collection next week.

+[% END %] -- cgit v1.2.3