{% block body %}
| Totaux | |
|---|---|
| Total HT : | {{totalHT | number_format('2', ',')}} € |
| Total TVA : | {{totalTVA | number_format('2', ',')}} € |
| Total TTC : | {{totalTTC | number_format('2', ',')}} € |
| Remise globale : | {{remiseGlobale| number_format('2', ',')}} € |
| Déjà payé : | {{totalAcomptes| number_format('2', ',')}} € |
| Reste à payer : | {{(totalTTC-totalAcomptes)|number_format('2', ',')}} € |
Aucune ligne n'a encore été enregistrée pour ce document.
{% endif %}