{% load i18n %} {% load ibanformat %} {% load bootstrap3 %} {% if details or code %}
{% 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 not code %}{% trans "We will assign you a personal reference code to use after you completed the order." %}
{% endif %} {% else %}{% blocktrans trimmed %} After completing your purchase, we will ask you to transfer the money to our bank account, using a personal reference code. {% endblocktrans %}
{% 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 %}