{capture name=path}{l s='Search'}{/capture} {include file=$tpl_dir./breadcrumb.tpl}

{l s='Search'} {if $nbProducts > 0}"{if $query}{$query|escape:'htmlall':'UTF-8'}{elseif $tag}{$tag|escape:'htmlall':'UTF-8'}{elseif $ref}{$ref|escape:'htmlall':'UTF-8'}{/if}"{/if}

{include file=$tpl_dir./errors.tpl} {if !$nbProducts}

{if $query} {l s='No results found for your search'} "{$query|escape:'htmlall':'UTF-8'}" {else} {l s='Please type a search keyword'} {/if}

{else}

{$nbProducts|intval} {if $nbProducts == 1}{l s='result has been found.'}{else}{l s='results have been found.'}{/if}

{include file=$tpl_dir./product-sort.tpl} {include file=$tpl_dir./product-list.tpl products=$products} {include file=$tpl_dir./pagination.tpl} {/if}