{{ amLabels.your_position_on_waiting_list }} {{ '#' + (waitingListOptions.peopleWaiting + 1) }}
{{ amLabels.appointment_waiting_list_notify_message }}{{ amLabels.congratulations }}
{{ amLabels.appointment_id }} #{{ booked.data[0].appointmentId }}
{{ amLabels.congrats_total_amount }}:
{{ amLabels.congrats_payment }}:
{{
`${useFormattedPrice(booked.paymentAmount)} - ${getPayment(booked.payments).gatewayTitle ? getPayment(booked.payments).gatewayTitle : getPaymentGatewayNiceName(getPayment(booked.payments))}`
}}
{{
(getPayment(booked.payments).gateway !== 'onSite'
? useFormattedPrice(booked.paymentAmount)
: useFormattedPrice(booked.price < 0 ? 0 : booked.price)) +
(getPayment(booked.payments).status !== 'paid' ? ' - ' + amLabels.on_site : '')
}}
{{ amLabels.your_name_colon }}:
{{ customer.firstName + ' ' + customer.lastName }}
{{ amLabels.email_address_colon }}:
{{ customer.email }}
{{ amLabels.phone_number_colon }}:
{{ customer.phone }}