{foreach from=$products item="product" name="cataloglist"}
{include file="templates/pages/catalog/elements/element-product-image.html"}
{$product.title|htmlspecialchars} - {include file="templates/pages/catalog/elements/element-product-sale-price.html"}
{if $smarty.foreach.cataloglist.iteration is div by 2 && not $smarty.foreach.cataloglist.last} {/if} {if $smarty.foreach.cataloglist.iteration is not div by 2 && $smarty.foreach.cataloglist.last} {fill_cells index=$smarty.foreach.cataloglist.iteration columns=2} {/if} {/foreach}