::formatNum(p.price):: ::currency():: ::_("incl. VAT"):: ::if (p.vat!=null && p.vat!=0) || p.contractTax!=0::
::if p.vat!=null && p.vat!=0:: ::p.vat:: ::_("VAT included")::
::end:: ::if p.contractTax!=null:: ::p.contractTax:: % ::p.contractTaxName:: ::_("included")::
::end::
::end::
::if p.unitType!=null && p.qt!=null:: ::set qt = formatNum(p.qt):: ::set u = unit(p.unitType,qt>1):: ::if(p.variablePrice):: ::__("about ::qt:: ::unit::||product has a variable weight",{qt:qt,unit:u}):: ::else:: ::qt:: ::u:: ::end::
::raw pricePerUnit(p.price,p.qt,p.unitType)::
::end::

::_("Organic agriculture")::

::_("Variable price depending on weight")::

::raw p.desc::


::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::
::if(product!=null):: ::set cats = product.getCategories()::

::_("Categories")::

::foreach c cats:: ::c.name::
::end::
::end::