[% USE date(format = c.cobrand.bin_day_format) %] [% USE pounds = format('%.2f'); ~%] [% PROCESS 'waste/header.html' %] [% PROCESS 'govuk/fields.html' ~%] [% PROCESS errors %] [% SET data = form.saved_data ~%] [% BLOCK change_answers_button %] [% UNLESS problem %]
[% END %] [% END %]

[% IF problem %] Your bulky waste collection [% ELSE %] Request a bulky waste collection [% END %]

Booking Summary

[% UNLESS problem %]
Warning

Please read carefully all the details for your booking. You won't be able to amend your details afterwards.

[% END %]
[% IF problem %] [% cancellation_report = cobrand.bulky_cancellation_report(problem) %] [% IF cancellation_report %]
Notification of cancellation

This collection has been cancelled. [% IF cobrand.bulky_can_view_cancellation(problem) %] View cancellation report. [% END %]

[% END %] [% END %]

Property details

[% INCLUDE 'waste/_address_display_bulky_summary.html' %]

Collection date

[% PROCESS change_answers_button goto='choose_date_earlier' %]
Date
[% cobrand.bulky_nice_collection_date(data.chosen_date) %]
[% IF !problem || cobrand.bulky_can_cancel_collection( problem, 1 ) %]
Warning

You can cancel this booking till [% cobrand.bulky_nice_cancellation_cutoff_date(data.chosen_date) %].

[% UNLESS cobrand.call_hook('bulky_enabled_staff_only') %]

You can get a refund by cancelling 24 hours before the day of collection.

[% END %]
[% END %]

Items to be collected

[% PROCESS change_answers_button goto='add_items' %]
[% items = [] %] [% FOR num IN [ 1 .. cobrand.bulky_items_maximum ]; item_key = 'item_' _ num; photo_key = 'item_photo_' _ num; item = data.$item_key; NEXT UNLESS item; items.push({ item => item, photo => data.$photo_key }); END %]
Price
[% payment = cobrand.bulky_total_cost(data) %]
£[% pounds(payment / 100) %]

[% items.size %] item[% 's' IF items.size > 1 %] requested for collection.

[% remaining = cobrand.bulky_items_maximum - items.size %] ([% remaining %] remaining slot[% 's' IF remaining > 1 %] available)
[% FOR item IN items %] [% extra_text = form.items_extra.${item.item}.message %] [% IF extra_text %] [% END %] [% END %]
Item Item images preview

[% item.item %]

[% IF item.photo %] Preview image successfully attached [% ELSE %] No image attached for this item [% END %]
Warning for item: [% item.item %]

[% extra_text %]

Location details

[% PROCESS change_answers_button goto='location' %]

[% IF data.location %] [% data.location %] [% ELSE %] No description provided. [% END %]

[% IF data.location_photo %] Preview image successfully attached [% ELSE %]

No image of the location has been attached.

[% END %]

Your details

[% PROCESS change_answers_button goto='about_you' %]
Name
[% data.name %]
Email
[% data.email %]
Phone
[% data.phone OR 'Not given' %]
[% IF problem %] [% IF cobrand.bulky_can_cancel_collection(problem) %]

Cancel this booking

[% END %]

Show upcoming bin days

[% ELSE %]
[% PROCESS form %]
[% END %]
[% INCLUDE footer.html %]