{if $products}
{assign var="path_length" value=$smarty.const.WEB_PATH|strlen}
{include file="pages_products.php" class="mb10"}
{foreach from=$products item=productsInRow}
{foreach name=productLoop from=$productsInRow item=product}
{if $product.isset}
{/if}
{/foreach}
{/foreach}
{include file="pages_products.php"}
{/if}

