{{#if products}}
<div class="top_container">
    <a class="back_button" title="{{i18n "mobile.return"}}" href="javascript:history.back();"></a>

    {{> mobile/searching/sortBoxTemplate}}

    <a id="show-filters" class="filter_button" title="{{i18n "mobile.filtros"}}" href="javascript:void(0);">{{i18n "mobile.filtros"}}</a>
    {{> mobile/commons/facetsTemplate}}

</div>

 {{#if haveSpellCheck}}
        {{#each haveSpellCheck}}
                <span class="search_item">{{i18n "body.yourSearch.spellcheck.one"}} <b class="strong-title">{{filteringCriteria.term}}</b>
                {{i18n "body.yourSearch.spellcheck.two"}} <b class="strong-title">{{haveSpellCheck}}</b> </span>
        {{/each}}
    {{else}}
        <span class="search_item">{{i18n "body.yourSearch"}} {{filteringCriteria.term}}</span>
    {{/if}}

<ul class="product_list" itemscope="" itemtype="http://schema.org/ItemList">

    {{#each products}}

        <li class="product" itemprop="itemListElement" itemscope="" itemtype="http://schema.org/Product">
            {{> mobile/lists/productList/productTemplate}}
        </li>

    {{/each}}

</ul>
{{else}}
    {{> mobile/commons/noResultTemplate}}
{{/if}}
<aside id="add_list_popup" class="background_popup add_list"></aside>

{{> mobile/commons/confirmAddProductToListTemplate}}

{{> mobile/home/body/brandsTemplate}}
















