[% SET title = form.title ~%] [% PROCESS 'waste/header.html' %] [% PROCESS 'govuk/fields.html' %] [% PROCESS back %] [% PROCESS errors %] [% PROCESS title %] [% IF property %] [% INCLUDE 'waste/_address_display.html' %] [% END %] [% IF flash_message && flash_message == 'choose_another_date' %]
Unfortunately, the slot you originally chose has become fully booked. Please select another date.
[% END %]
[% PROCESS form %] [% IF form.current_page.name == 'choose_date_earlier' && !form.field('chosen_date').options.size %]

There are no slots available in the next 90 days. Please refer to information regarding and link to information about taking waste to the local Household Waste Recycling Centre.

[% END %] [% IF form.current_page.name == 'choose_date_later' && !form.field('chosen_date').options.size %]

No later dates found.

[% END %]
[% INCLUDE footer.html %]