[% is_missed_collection = report.category == 'Report missed collection' %]
[%
is_no_collections_enquiry
= report.category == 'Business or organisation missed collection enquiry'
|| report.category == 'Missed collection enquiry'
%]
[%
email_summary = "Your reference number is " _ report.id;
email_columns = 2;
PROCESS '_email_settings.html';
INCLUDE '_email_top.html';
%]
[% start_padded_box | safe %]
[% IF is_missed_collection %]
Thank you for reporting a missed collection
[% ELSIF is_no_collections_enquiry %]
Thank you for your [% report.category %]
[% ELSE %]
Your report has been logged
[% END %]
[% INCLUDE 'waste/_council_reference.html' problem=report %]
[% IF is_missed_collection %]
Our waste contractor will return within 2 working days to collect your bin(s).
Please leave your bin(s) out until our contractor returns.
If you need to contact us about this report, please quote your reference number.
[% ELSIF is_no_collections_enquiry %]
We will look into your enquiry and get back to you as soon as possible.
If you need to contact us about this enquiry, please quote your reference number.
[% END %]
Contact us
[% end_padded_box | safe %]
[% WRAPPER '_email_sidebar.html' object = report %]
[% INCLUDE 'waste/_sidebar_content.html' %]
[% END %]
[% INCLUDE '_email_bottom.html' %]