[% 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 %]
[% INCLUDE waste/garden/_bin_quantities.html form_page='modify' %]
[% IF is_staff && waste_features.ggw_discount_as_percent %] [% END %] Total per year, from [% display_end_date.strftime('%e %B %Y') %]: £[% tprintf('%.2f', cost_pa) %] [% IF per_new_bin_cost %] Admin fee: £[% tprintf( '%.2f', cost_now_admin ) %] [% END %] Total to pay now ([% new_bin_count %] new [% nget( 'bin', 'bins', new_bin_count) %]): £[% tprintf('%.2f', pro_rata) %]
[% PROCESS 'waste/garden/_discount_allowed_field.html' %] [% 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 %]