::use 'mail/design.mtt'::

Récapitulatif de votre commande "::contract.name::"

Date de livraison ::dDate(distribution.date):: de ::hHour(distribution.date):: à ::hHour(distribution.end)::
Adresse ::distribution._place.getFullAddress()::


::set total = 0:: ::foreach m orders:: ::end::
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()::
::end::