{{ account.name }}

{{ account.type.label }} {% if account.subtype %} • {{ account.subtype.label }} {% endif %}

{% if account.isActive %} Importer OFX Modifier {% endif %} {% if canClose and account.isActive %} Clôturer {% endif %} Retour

Solde actuel

{{ (account.balance / 100)|format_currency('EUR') }}

À venir

{{ (account.calculateFutureBalance / 100)|format_currency('EUR') }}

Prévis au {{ 'last day of this month'|format_date(pattern='d MMMM Y', locale='fr') }}

{{ (account.calculatePrevisEndMonth / 100)|format_currency('EUR') }}

Statut

{{ account.isActive ? 'Actif' : 'Inactif' }}

{% include "account/_filter_modal.html.twig" %} {% if account.isActive %}
{{ ux_icon('icomoon-free:spinner3', {class: "w-4 h-4 animate-spin text-black ms-2"}) }}
{% endif %}
{% include "transaction/index.html.twig" %}
{% include 'transaction/_drawer.html.twig' %} {% include 'transaction/_transfer.html.twig' %}