{{ bank_accounts|length }} compte{{ bank_accounts|length > 1 ? 's' : '' }} dans cette organisation
Aucun compte bancaire — ajoutez-en un pour commencer.
| Compte | Type | Banque | IBAN | Solde courant | |
|---|---|---|---|---|---|
| {{ ba.label }} | {{ ba.accountType.label }} |
{{ ba.bankName }}
{% if ba.bankCode %}
{{ ba.bankCode }} {% endif %} |
{% if ba.iban %}
{{ ba.maskedIban }}
{% else %}
—
{% endif %}
|
{{ ba.currentBalance|money(ba.currency, ba.currencyMinorUnits) }} |