aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/bromley/waste/services_extra.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/bromley/waste/services_extra.html')
-rw-r--r--templates/web/bromley/waste/services_extra.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/web/bromley/waste/services_extra.html b/templates/web/bromley/waste/services_extra.html
new file mode 100644
index 000000000..d635c843f
--- /dev/null
+++ b/templates/web/bromley/waste/services_extra.html
@@ -0,0 +1,15 @@
+[% IF domestic_collection %]
+<h3 class="govuk-heading-m waste-service-name">Batteries, small electrical items and textiles</h3>
+<div class="govuk-grid-row">
+ <div class="govuk-grid-column-one-quarter text-centered">
+ <img src="/cobrands/bromley/images/container-images/electricals-batteries-textiles.png"
+ srcset="/cobrands/bromley/images/container-images/electricals-batteries-textiles.png 1x, /cobrands/bromley/images/container-images/electricals-batteries-textiles@2x.png 2x"
+ alt="" class="waste-service-image">
+ </div>
+ <div class="govuk-grid-column-three-quarters">
+ <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>
+ </div>
+</div>
+[% END %]