{load_language_text section="checkout_payment_instruction"} {block name="checkout_payment_instruction"}
{block name="checkout_payment_instruction_note"}

{$txt.payment_note}

{/block} {block name="checkout_payment_instruction_table"} {block name="checkout_payment_instruction_amount"} {/block} {block name="checkout_payment_instruction_iban"} {/block} {block name="checkout_payment_instruction_bic"} {/block} {block name="checkout_payment_instruction_holder"} {/block} {block name="checkout_payment_instruction_bank_name"} {/block} {block name="checkout_payment_instruction_reference"} {/block} {if $due_date} {block name="checkout_payment_instruction_date"} {/block} {/if}
{$txt.amount} {$value|string_format:"%.2f"} {$currency}
{$txt.iban} {$iban}
{$txt.bic} {$bic}
{$txt.account_holder} {$account_holder}
{$txt.bank_name} {$bank_name}
{$txt.reference} {$reference}
{$txt.due_date} {$due_date}
{/block} {if $additional_note} {block name="checkout_payment_instruction_additional_note"}

{$additional_note}

{/block} {/if}
{/block}