{if $products}
{foreach from=$products item=$product} {include file="module:is_searchbar/views/templates/front/product.tpl"} {/foreach}
{if $moreResults}
{l s='Show the remaining %qty% products' sprintf=[ '%qty%' => $moreResultsCount ] d='Modules.Issearchbar.Searchresult' }
{/if} {else}
{l s='There are no matching results' d='Modules.Issearchbar.Searchresult'}
{/if}