{{ data.message }}
{{ data.title }}
<# if( data.has_payment_details ) { #>
- {{ data.lang.confirmation_page_item }}: {{ data.item }}
- {{ data.lang.confirmation_page_customer_name }}: {{ data.customer_name }}
- {{ data.lang.confirmation_page_email }}: {{ data.email_address }}
- {{ data.lang.confirmation_page_payment_date }}: {{ data.payment_date }}
- {{ data.lang.confirmation_page_payment_amount }}: {{ data.payment_amount + ' ' + data.currency.toUpperCase() }}
<# if( typeof data.payment_method_handler !== "undefined" && data.payment_method_handler === "sepa" ) { #>
- Please note it may take between 2-5 days for the funds to be debited from your account.
<# } #>
<# } #>