<{capture name="title"}><{$get.search}><{/capture}> <{include file="search_bar.html"}>
<{if $get.c}> <{foreach from=$get.c item="c"}> <{/foreach}> <{/if}> <{assign var="attribute_values" value=$webshop->getAttributeValues($get.c)}> <{if $attribute_values}> <{foreach from=$attribute_values item="val" key="value_id"}> <{/foreach}>
<{/if}>
<{if $get.search}>

Søgning efter "<{$get.search|escape}>"

<{else}>

Søgning

<{/if}>

Resultater: <{$count}>

<{section name="i" loop=$products}> <{include file="inner_product.html" product=$products[i]}> <{/section}>