<{assign var="images" value=$products[i]->getImages()}>
<{section name="j" loop=$images max=1}>
}>)
<{/section}>
<{$products[i]->getAmount()}> stk. <{$products[i]->getName()|escape}>
<{$webshop->getCurrency()}> <{$products[i]->getUnitPrice()|number_format:2:",":"."}>
<{assign var="attributes" value=$products[i]->getAttributes()}>
<{if $attributes}>
<{section name="j" loop=$attributes}>
- <{$attributes[j].name}>: <{$attributes[j].val}>
<{/section}>
<{/if}>