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