{% if facture_list.paginator %} {% include "pagination.html" with list=facture_list %} {% endif %}
Utilisateur | Designation | Prix total | Moyen de paiement | Date | |||
---|---|---|---|---|---|---|---|
{{ facture.user }} | {{ facture.name }} | {{ facture.prix_total }} | {{ facture.paiement }} | {{ facture.date }} | {% if is_cableur %}
|
{% endif %}
{% if facture.valid %} PDF {% else %} Facture invalide {% endif %} |