Sub Total
{{if order}}
{{if order.totalBookingFee > 0}}
Booking Fee
{{/if}}
{{else}}
{{if totalBookingFee > 0}}
Booking Fee
{{/if}}
{{/if}}
{{if charityDonation}}
Charity Donation
{{/if}}
{{if order || booking && depositValue == 0 && totalPaid == 0 }}
TOTAL
{{/if}}
{{if depositAllowed && depositValue > 0 && totalPaid Pay Today
Remaining Balance
{{/if}}
{{if totalPaid 0}}
Pay Remaining
You've already paid
{{/if}}
{{if order}}
{{if order.totalBookingFee > 0}}
£{{:order.amountDue - order.totalBookingFee}}
{{else}}
£{{:order.amountDue}}
{{/if}}
{{else}}
{{if totalBookingFee > 0}}
£{{:amountDue - totalBookingFee}}
{{else}}
£{{:amountDue}}
{{/if}}
{{/if}}
{{if order}}
{{if order.totalBookingFee > 0}}
£{{:order.totalBookingFee}}
{{/if}}
{{else}}
{{if totalBookingFee > 0}}
£{{:totalBookingFee}}
{{/if}}
{{/if}}
{{if charityDonation}}
£{{:charityDonation}}
{{/if}}
{{if order }}
£{{:order.amountDue}}
{{/if}}
{{if booking && depositValue == 0 && totalPaid == 0 }}
£{{:amountDue}}
{{/if}}
{{if depositAllowed && depositValue > 0 && totalPaid £{{:depositValue}}
£{{:amountDue - depositValue}}
{{/if}}
{{if totalPaid 0}}
£{{:amountDue}}
£{{:totalPaid}}
{{/if}}