{if $body.product.title and !$body.product->isold()}
{$lowestOffer = 999999}
{$highestOffer = 0}
{$offerCount = 0}
{foreach $body.products as $product}
{if $product.deliveryTime == 0}
{$offerCount = $offerCount + 1}
{if $product.price_array.value_with_vat->printFloatValue(-2) < $lowestOffer}
{$lowestOffer = $product.price_array.value_with_vat->printFloatValue(-2)}
{/if}
{if $product.price_array.value_with_vat->printFloatValue(-2) > $highestOffer}
{$highestOffer = $product.price_array.value_with_vat->printFloatValue(-2)}
{/if}
{/if}
{/foreach}
{$tmpCounter = 0}
{/if}
{if $breadcrumbs|count > 1}
{/if}