Facture numéro {{ item.display_id }}

Libellé {{ item.subject }}

Montant total {{item.total_amount }}€

{% if item.amount %}

Montant restant à payer: {{ item.amount }}€

{% endif %}

Emise le {{ item.creation_date|date:"SHORT_DATE_FORMAT" }}

{% if item.payment_date %}

Payée le {{ item.payment_date|date:"SHORT_DATE_FORMAT" }}

{% endif %} {% if item.amount %} {% csrf_token %} {% endif %}