::use 'design.mtt'::

::_("Validate the delivery of the"):: ::hDate(date)::

::place::

::if(confirmed)::

::_("Validated")::
::else::
::_("Not validated")::
::end::

::_("Back to the summary sheet of orders")::

::foreach u users:: ::set basket = getBasket(u.id,place.id,date):: ::if(basket.isValidated()==true):: ::set class="success":: ::else:: ::set class="danger":: ::end:: ::end::
::_("Num"):: ::basket.num::
::u.getCoupleName():: ::if(class=="danger"):: ::_("To be validated"):: ::else:: ::_("Validated"):: ::end::
::end::