diff options
Diffstat (limited to 'templates/web/base/waste/missing.html')
-rw-r--r-- | templates/web/base/waste/missing.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/templates/web/base/waste/missing.html b/templates/web/base/waste/missing.html new file mode 100644 index 000000000..e80ce87a2 --- /dev/null +++ b/templates/web/base/waste/missing.html @@ -0,0 +1,22 @@ +[% INCLUDE header.html %] + +<h1 class="govuk-heading-xl">No address on record</h1> + +<p class="govuk-body-l">We can’t find your address in our records</p> + +<p class="govuk-body">We can’t find your address. This may be because:</p> + +<ul class="govuk-list govuk-list--bullet"> + <li>It’s a commercial or non-residential property and isn’t eligible for kerbside collections + <li>It’s a brand new address and hasn’t had collections arranged yet + <li>It’s outside of our area, you can find your council who is responsible for your bins on <a href="https://gov.uk/">GOV.UK</a> +</ul> + +<h2 class="govuk-heading-m">What you can do now</h2> + +<ul class="govuk-list govuk-list--bullet"> + <li>Check your address details and <a href="[% c.uri_for_action('waste/index') %]">search again</a> + <li>Call our customer service team on 0800 647 7836 who will be pleased to assist you +</ul> + +[% INCLUDE footer.html %] |