::if group._image!=null:: ::end::

::group.name::

::if distribution!=null::

Livraison du ::hDate(distribution.date)::

::end::

::c.name:: - ::c._vendor.name::

::set cv = c._vendor:: ::if cv._image!=null:: ::end::

::set cc = c._contact:: ::set cv = c._vendor:: Responsable contrat : ::cc.firstName:: ::cc.lastName::, ::cc.email::, ::if cc.phone!=null :: ::cc.phone:: ::end::

Producteur : ::cv.name:: , ::if cv.email!=null :: ::cv.email:: ::end::, ::if cv.phone!=null :: ::cv.phone:: ::end::

::_("Summary table per product")::

::_("Be careful, if the price of the product was modified during the sale, every order of a member is taken into account with the price as it was at the time of the creation of the order")::

::set total = 0:: ::foreach m orders:: ::end::
::_("Weight/Vol."):: ::_("Quantities"):: ::_("Product"):: ::_("Reference"):: ::_("Unit price incl. VAT"):: ::_("Total")::
::raw m.weightOrVolume:: ::formatNum(m.quantity):: ::m.pname:: $$nullSafe(::m.ref::) ::formatNum(m.priceTTC):: ::currency():: ::formatNum(m.totalTTC):: ::currency():: ::set total = total + m.totalTTC::
::_("Total"):: ::formatNum(total):: ::currency()::