{% extends 'base.html.twig' %} {% block stylesheets %} {% endblock %} {% block body %}
{{date}}

Impayés


Contrats en impayé
{{ total[1] | number_format(0, ',', ' ') }}
Montant Appel
{{ callAmount[1] | number_format(0, ',', ' ') }} €
Montant créance
{{ overdueAmount[1] | number_format(0, ',', ' ') }} €
Montant créance restante
{{ remOverdueAmount[1] | number_format(0, ',', ' ') }} €

{% endblock %}