[% SET bodyclass = 'waste' %] [% # We might be reaching this confirmation page from an email link, in which # case the first page of the wizard will be stored in the token, not available # in the stash. DEFAULT first_page = token_data.extra.first_page; IF first_page == 'request'; title = 'Request sent'; ELSIF first_page == 'report'; IF report.get_extra_metadata('grouped_ids'); title = 'Missed collections reported'; ELSE; title = 'Missed collection reported'; END; ELSIF first_page == 'problem'; IF report.get_extra_metadata('grouped_ids'); title = 'Damaged bins reported'; ELSE; title = 'Damaged bin reported'; END; ELSE; title = 'Enquiry submitted'; END ~%] [% PROCESS 'waste/header.html' %]

[% title %]

[% IF report.get_extra_metadata('grouped_ids') %] Your reference numbers are: [% report.id %], [% report.get_extra_metadata('grouped_ids').join(', ') %]. [% ELSE %] Your reference number is [% report.id %]. [% END %]

[% IF report.get_extra_metadata('grouped_ids') %]

If you need to contact us about this request please quote these references. [% ELSE %]

If you need to contact us about this request please quote this reference. [% END %] [% IF report.user.email %]

A copy has been sent to your email address, [% report.user.email %].

[% END %] [% IF first_page == 'request' %] [% IF report.category == 'Food bag request' %]

Bin liners will be delivered in due course.

[% ELSE %]

Bins arrive typically within two weeks, but this may vary due to demand. If your bin is not received two working days before scheduled collection please call 01733 747474 to discuss alternative arrangements.

[% END %] [% ELSIF first_page == 'report' %]

Your bin will be collected up to 5 working days after your scheduled collection. Please leave your bin at the collection point. [% END %] [% IF first_page == 'problem' AND NOT report.category.match('Not returned') %]

Please leave your bin accessible on your property for us to repair. Due to current staff and driver shortages, there will be unavoidable service disruption, so we are currently unable to provide a repair date. We would like to apologise for any inconvenience caused. For further details visit our page on bin collections. [% END %]

[% # sometimes we have the property on the stash, sometimes it's just the report (e.g. token confirmation) property_id = property.id OR report.get_extra_field_value('property_id') %] Show upcoming bin days
[% INCLUDE footer.html %]