diff options
-rw-r--r-- | templates/web/bromley/waste/services.html | 3 | ||||
-rw-r--r-- | templates/web/bromley/waste/services_extra.html | 7 |
2 files changed, 10 insertions, 0 deletions
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 %] <span class="waste-service-descriptor"> 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 %] +<h3 class="govuk-heading-m waste-service-name">Batteries, small electrical items and textiles</h3> + +<p>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.</p> +[% END %] |