{{ printf (gettext "Hi %s,") .CustomerFullName }} {{( gettext "We have successfully received the payment for the booking with the following details:" )}}
{{ (printf ( gettext "Payment reference: %s") .PaymentReference) | raw }}
{{( gettext "Thank you for your booking, and see you soon!" )}} |