{% extends 'base.html.twig' %} {% block title %}Liste des comptes{% endblock %} {% block body %}
Aucun compte trouvé.
{% else %}ID | Nom | IBAN | Solde | Type | Actions |
---|---|---|---|---|---|
{{ account.id }} | {{ account.name }} | {{ account.iban }} | {{ account.formatted_balance }} | {{ account.type }} | Voir les transactions |