{# @var transferInformation \UnzerPayment6\Components\Struct\TransferInformation\TransferInformation|\UnzerPayment6\DataAbstractionLayer\Entity\TransferInfo\UnzerPaymentTransferInfoEntity #} {% block page_checkout_finish_details_unzer_paymenttransfer_information_item %}
{% block page_checkout_finish_details_unzer_paymenttransfer_information_item_title %}
{{ "UnzerPayment.transferInformation.title" | trans }}
{% endblock %} {% block page_checkout_finish_details_unzer_paymenttransfer_information_item_message %}
{{ "UnzerPayment.transferInformation.message"|trans({'%amount%': (transferInformation.amount|currency)}) }}
{% endblock %} {% block page_checkout_finish_details_unzer_paymenttransfer_information_item_table%}
{{ "UnzerPayment.transferInformation.iban" | trans }} {{ transferInformation.iban }}
{{ "UnzerPayment.transferInformation.bic" | trans }} {{ transferInformation.bic }}
{{ "UnzerPayment.transferInformation.holder" | trans }} {{ transferInformation.holder }}
{{ "UnzerPayment.transferInformation.descriptor" | trans }} {{ transferInformation.descriptor }}
{{ "UnzerPayment.transferInformation.amount" | trans }} {{ transferInformation.amount|currency }}
{% endblock %}
{% endblock %}