{% load i18n %} {% load ibanformat %} {% load bootstrap3 %}
{% blocktrans trimmed %} After completing your purchase, we will ask you to transfer the money to the following bank account, using a personal reference code: {% endblocktrans %}
{% if settings.bank_details_type == "sepa" %}{% trans "We will assign you a personal reference code to use after you completed the order." %}
{% endif %} {% if request.session.payment_banktransfer_send_invoice and request.session.payment_banktransfer_send_invoice_to %}{% blocktrans trimmed with recipient=request.session.payment_banktransfer_send_invoice_to %} We will send a copy of your invoice directly to {{ recipient }}. {% endblocktrans %}
{% endif %}