Skip to content

Commit

Permalink
[Sutton] Text tweak to container request email.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Apr 18, 2024
1 parent 272b411 commit 93c6d46
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
14 changes: 14 additions & 0 deletions templates/email/default/waste/other-reported.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@

<th style="[% td_style %][% primary_column_style %]" id="primary_column">
[% start_padded_box | safe %]
[% IF report.category == 'Request new container' %]
<h1 style="[% h1_style %]">Your request has been&nbsp;logged</h1>
[% ELSE %]
<h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
[% END %]

[% IF cobrand.moniker == 'sutton' %]
<p style="[% p_style %]">Thank you for contacting the London Borough of Sutton.</p>
[% END %]

[% INCLUDE '_council_reference.html' problem=report %]

Expand All @@ -24,6 +32,12 @@ <h1 style="[% h1_style %]">Your report has been&nbsp;logged</h1>
[% cobrand.wasteworks_config.request_timeframe %]
for this order to be processed. We thank you for your patience and
understanding in advance.</p>
<p style="[% p_style %]">If you have requested a bin, box or caddy to be collected as part of the request:</p>
<ul>
<li>Please keep any bin, box or caddy accessible in your front garden or driveway, ready to be exchanged.</li>
<li>It must be visible from the public highway, so delivery drivers can see it.</li>
<li>We will not be able to exchange a bin, box or caddy if the old bin is not available, and you may not receive your replacement.</li>
</ul>
[% END %]
[% ELSE %]

Expand Down
12 changes: 10 additions & 2 deletions templates/email/default/waste/other-reported.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,20 @@ Your report to [% report.body %] has been logged.

[% ELSIF cobrand.moniker == 'sutton' %]

[% IF report.category == 'Request new container' %]
[% IF report.category == 'Request new container' %]
Due to the current high demand, please allow up to
[% cobrand.wasteworks_config.request_timeframe %] for this
order to be processed. We thank you for your patience and understanding in
advance.
[% END %]

If you have requested a bin, box or caddy to be collected as part of the request:

* Please keep any bin, box or caddy accessible in your front garden or driveway, ready to be exchanged.

* It must be visible from the public highway, so delivery drivers can see it.

* We will not be able to exchange a bin, box or caddy if the old bin is not available, and you may not receive your replacement.
[% END %]

[% ELSE %]

Expand Down

0 comments on commit 93c6d46

Please sign in to comment.