{% load i18n portail_citoyen_tags %}
{% trans "Liste des factures en cours et déjà acquitées." %}
| N° | Date | Montant | Statut | |
|---|---|---|---|---|
| {{ facture.id }} | {{ facture.creation_date|to_date|date:"d/m/Y" }} | {{ facture.montant }}€ | {% if not facture.paid and not facture.expired and not facture.prelevement_automatique and not facture.date_passage_perception %} {% trans "A payer" %} {% else %} {% trans "Payé" %} {% endif %} |
PDF - {% trans 'Voir' %} {% if not facture.prelevement_automatique and not facture.expired %} {% with solde=facture.solde|to_decimal %} {% if solde >= 1 %} {% trans "et régler en ligne" %} {% endif %} {% endwith %} {% endif %} |