[% extra_js = [ version('/js/waste.js') ] ~%] [% INCLUDE 'waste/header.html' %] [% PROCESS 'govuk/fields.html' %] [% PROCESS title title=form.title %] [% PROCESS errors %]
Collection address
[% property.address %]

Total to pay now: £[% tprintf('%.2f', cost_pa) %]
[% IF staff_payments_allowed %] [% PROCESS form override_fields=['name', 'email', 'phone'] %] [% ELSE %] [% PROCESS form override_fields=['name'] %] [% END %] [% PROCESS form override_fields=['saved_data', 'token', 'process', 'unique_id'] %] [% PROCESS form override_fields=['continue_review'] %]
[% INCLUDE footer.html %]