{# Fragment template loaded via AJAX in the received invoices split layout #} {% for type, messages in app.flashes %} {% for message in messages %}
| Code | Designation | Qte | PU | TVA | Total |
|---|---|---|---|---|---|
| {{ ligne.codeArticle ?? '—' }} | {{ ligne.designation }} | {{ ligne.quantite }} | {{ ligne.prixUnitaire|number_format(4, ',', ' ') }} | {{ ligne.tauxTva ? ligne.tauxTva ~ '%' : '—' }} | {{ ligne.montantLigne|number_format(2, ',', ' ') }} € |
| Total HT | {{ facture.montantHt ? facture.montantHt|number_format(2, ',', ' ') ~ ' €' : '—' }} | ||||