::use 'design.mtt'::

::c.name::

::if c.description!=null:: ::raw nl2br(c.description):: ::end::

::foreach p c.getProducts(true)::

::p.getName()::

::formatNum(p.getPrice()):: ::currency()::
::end::

::set vendor = c._vendor::

::vendor.name::

::vendor.city:: (::vendor.zipCode::)

::raw nl2br(vendor.desc)::

::if vendor.linkUrl!=null::

::if vendor.linkText!=null:: ::vendor.linkText:: ::else:: ::_("Read more"):: ::end::

::end::

::_("Coordinator")::

::if c._contact!=null:: ::c._contact.firstName:: ::c._contact.lastName::
::c._contact.email::
::c._contact.phone::
::end::

::_("Next distributions")::

::set distribs = c.getDistribs(true,null):: ::if distribs.length==0::

::_("No planned distributions.")::

::else::

::_("Order")::

::end::

::_("You can check your previous orders in 'my account' section")::

::end::