Hello {{customer_name}},
This is to inform you that your booking for {{service_name}} has been changed and now 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}}
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}}
This is a booking for {{booked_seats_count}} seats.
{{/if_has_group_booking}}
{{#if_has_dynamic_fields}}
{{{dynamic_fields}}}
{{/if_has_dynamic_fields}}
Invoice ID: {{invoice_id}}
Thank you for booking with us.
The {{site_name}} team