-
-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Brent] Update refuse bin signposting.
- Loading branch information
Showing
2 changed files
with
5 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,25 +4,13 @@ | |
[% INCLUDE 'waste/_address_display.html' %] | ||
[% END %] | ||
|
||
[% IF date.format > 20250126 %] | ||
<h1 class="govuk-heading-xl">Please contact us</h1> | ||
[% ELSE %] | ||
<h1 class="govuk-heading-xl">Please call us</h1> | ||
[% END %] | ||
<h1 class="govuk-heading-xl">Please complete this form to apply for a new/replacement refuse bin</h1> | ||
|
||
<p class="govuk-body">New and replacement rubbish bins cost:</p> | ||
<ul class="govuk-list govuk-list--bullet"> | ||
<li>£65 for a 140 litre bin</li> | ||
<li>£80 for a 240 litre and above (subject to criteria).</li> | ||
</ul> | ||
[% IF date.format > 20250126 %] | ||
<p class="govuk-body"><a href="https://brent-self.achieveservice.com/en/AchieveForms/?form_uri=sandbox-publish://AF-Form-cbd6c86f-4b36-47e5-b571-c86e6fcefaef/definition.json&redirectlink=%2Fen&cancelRedirectLink=%2Fen&consentMessage=yes">Request a new or replacement rubbish bin</a>. | ||
</p> | ||
[% ELSE %] | ||
<p class="govuk-body">To request one please call our contact centre on 020 8937 5050, | ||
Monday to Friday, 9am to 5pm (except Bank holidays) or email | ||
<a href="mailto:[email protected]">[email protected]</a>.</p> | ||
[% END %] | ||
|
||
<p class="govuk-body">Please note that all requests for new or replacement bins will | ||
be assessed by our Waste and Recycling team. If your request is approved by the team, | ||
|
@@ -33,4 +21,7 @@ <h1 class="govuk-heading-xl">Please call us</h1> | |
<a href="http://www.legislation.gov.uk/ukpga/1990/43/section/46" target="_blank">Section 46 of the Environmental Protection Act 1990</a>. | ||
</p> | ||
|
||
<p class="govuk-body"><a class="btn" href="https://brent-self.achieveservice.com/en/AchieveForms/?form_uri=sandbox-publish://AF-Form-cbd6c86f-4b36-47e5-b571-c86e6fcefaef/definition.json&redirectlink=%2Fen&cancelRedirectLink=%2Fen&consentMessage=yes">Apply for a new/replacement refuse bin</a> | ||
</p> | ||
|
||
[% INCLUDE footer.html %] |