::use 'mail/design.mtt'::
| Date de livraison | ::dDate(distribution.date):: de ::hHour(distribution.date):: à ::hHour(distribution.end):: |
| Adresse | ::distribution._place.getFullAddress():: |
| Qté | Produit | P.U | Sous-total | Frais | Total |
|---|---|---|---|---|---|
| ::raw m.smartQt: | ::m.productName:: | ::formatNum(m.productPrice):: ::currency():: | ::formatNum(m.subTotal):: ::currency():: | ::if m.percentageValue!=null:: ::formatNum(m.fees):: ::currency():: ::end:: | ::formatNum(m.total):: ::currency():: ::set total = total + m.total:: |
| Total : | ::formatNum(total):: ::currency():: | ||||