aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/waste/missing.html
blob: e80ce87a25bff7aace8f9df232a078da56ad2e14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 %]