[% IF report.category == 'Request new container'; title = 'Container request has been sent'; ELSIF report.category == 'Report missed collection'; title = 'Missed collection has been reported'; ELSE; title = 'Enquiry has been submitted'; END ~%] [% PROCESS 'waste/header.html' %]
Your [% title | lower %]; [% IF report.user.email && report.get_extra_metadata('contributed_as') != 'anonymous_user' %] a copy has been sent to your email address, [% report.user.email %]. [% END %]
[% IF report.category == 'Request new container' %] [% IF c.cobrand.moniker == 'kingston' OR c.cobrand.moniker == 'sutton' %] Containers typically arrive within 20 working days, but this may vary due to demand. [% ELSIF c.cobrand.moniker == 'bromley' %] Containers typically arrive within two weeks, but this may vary due to demand. [% END %] [% END %] [% INCLUDE 'waste/_report_ids.html' %]
[% # 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') %] [% button_text %]
[% INCLUDE footer.html %]