{% load eo_facture %} {% if factures %}

Impayées

Montant total: {{ montant|floatformat:2 }} € TTC ({{montant_ht|floatformat:2}} € HT)

{% for l in factures %} {% with l.facture as facture %} {% if l.encaissements %} {% for encaissement in l.encaissements %} {% endfor %} {% endif %} {% endwith %} {% endfor %}
Quoi? Depuis...
{{facture.emission|ago}}
{{ encaissement.libelle }} - {{ encaissement.reference }} - payé le {{ encaissement.date_valeur }} de {{ encaissement.montant|floatformat:2 }} € Accepter
{% endif %}