[% IF unit.report_open %]
A [% unit.service_name FILTER lower %] collection has already been reported as missed. Check status below:
- Reported on: [% unit.report_details.reported ? date.format(unit.report_details.reported) : 'N/A' %]
- Will be completed by: [% unit.report_details.will_be_completed ? date.format(unit.report_details.will_be_completed) : 'N/A' %]
- Action: [% unit.report_details.latest_comment || 'Please leave your waste out, our contractor will return soon.' %]
[% ELSIF unit.report_locked_out %]
A missed collection cannot be reported.
[% IF unit.report_locked_out_reason %]
Reason: [% unit.report_locked_out_reason %]
[% END %]
Please see the service status at the top of this page for further information.
[% ELSIF unit.report_allowed %]
[% any_report_allowed = 1 %]
[% ELSIF NOT no_default %]
Please note that missed collections can only be reported within 3 working days of your last collection day.
[% END %]