[% extra_js = [ version('/js/waste.js') ] ~%] [% INCLUDE 'waste/header.html' %] [% PROCESS 'govuk/fields.html' %] [% PROCESS title title=form.title %] [% PROCESS errors %] [% PROCESS 'waste/garden/subscribe_details_bin_desc.html' %]
[% INCLUDE waste/garden/_bin_quantities.html form_page='subscribe' %]
Subscription cost: £[% tprintf( '%.2f', cost_pa ) %] [% IF per_new_bin_cost %] Admin fee: £[% tprintf( '%.2f', cost_now_admin ) %] [% END %] Total to pay now: £[% tprintf( '%.2f', cost_now ) %]
[% PROCESS 'waste/garden/_payment_field.html' %] [% IF property %]

Collection address

[% property.address %]
[% END %] [% IF staff_payments_allowed OR c.cobrand.waste_password_hidden %] [% PROCESS form override_fields=['name', 'email', 'phone', 'continue_review' ] %] [% ELSE %] [% PROCESS form override_fields=['name', 'email', 'phone', 'password', 'continue_review' ] %] [% END %] [% PROCESS form override_fields=['saved_data', 'token', 'process', 'service_id', 'unique_id'] %]
[% INCLUDE footer.html %]