{% extends 'base.html.twig' %} {% block title %}Account index{% endblock %} {% block body %}
Compte | Type | Solde courant | Solde final | ||
---|---|---|---|---|---|
![]() |
{{ account.type }} | {% if currentBalances[account.id] < 0 %} {{ currentBalances[account.id]|number_format(2, '.', ' ') }} € {% else %} {{ currentBalances[account.id]|number_format(2, '.', ' ') }} € {% endif %} | {% if finalBalances[account.id] < 0 %} {{ finalBalances[account.id]|number_format(2, '.', ' ') }} € {% else %} {{ finalBalances[account.id]|number_format(2, '.', ' ') }} € {% endif %} | ||
Aucun compte trouvé ! |