Hello {{customer_name}},
<br>This is to confirm your booking for {{service_name}} that begins on {{start_datetime}} 
{{#if_has_end_date}} 
	through {{end_datetime}} 
{{/if_has_end_date}} 
{{#if_has_return_trip}} 
	and a return trip on {{end_datetime}} 
{{/if_has_return_trip}}
{{#if_has_cost}}
	<br>The total cost of the booking is {{total_cost_value}} {{#if_has_return_trip}} and includes the return trip {{/if_has_return_trip}}
{{/if_has_cost}}
{{#if_has_group_booking}}
<br>This is a booking for {{booked_seats_count}} seats.
{{/if_has_group_booking}}
{{#if_has_dynamic_fields}}
<br>{{{dynamic_fields}}}
{{/if_has_dynamic_fields}}
<br>
{{#if_cancel_booking_enabled}}
if you wish to cancel your booking, please <a href="{{cancel_page_url}}">click here</a>. If the link does not work, copy and paste the URL below:
<br>
{{cancel_page_url}}
<br>
{{/if_cancel_booking_enabled}}
<br>Invoice ID: {{invoice_id}}
<br><br>Thank you for booking with us.
<br>The {{site_name}} team