{ifloop rel="product_list"} {assign var="amount" value="{count type="product" category={category attr="id"}}"} {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order amount={$amount}}
    {loop type="product" name="product_list" category={category attr="id"} limit=$limit page=$product_page order=$product_order} {include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="218" height="146"} {/loop}
{include file="includes/toolbar.html" toolbar="bottom" amount={$amount}} {/ifloop} {elseloop rel="product_list"}
{intl l="No products available in this category"}
{/elseloop}