{% extends "base.html" %} {% block title %}Factures{% endblock %} {% block content %}
| Numéro | Date | Client | Montant HT | Statut | Actions |
|---|---|---|---|---|---|
| {{ f.numero }} | {{ f.date_emission | date_fr }} | {{ f.client.nom }} | {{ f.total_ht | montant }} | {{ f.statut.value }} | Voir PDF |
Aucune facture. Créer la première.
{% endif %} {% endblock %}