{% extends "base.html" %} {% block title %}Devis{% endblock %} {% block content %} {% if devis %} {% for d in devis %} {% endfor %}
Numéro Date Client Montant HT Statut Actions
{{ d.numero }} {{ d.date_emission | date_fr }} {{ d.client.nom }} {{ d.total_ht | montant }} {{ d.statut.value }} Voir PDF
{% else %}

Aucun devis. Créer le premier.

{% endif %} {% endblock %}