{if $showCategories && $this->getAttribute('categoryPos') == 'top' && count($children)}
{include file=$categoryFile children=$children}
{/if}
{if $this->getAttribute('showFilter') && !empty($filter)} {/if} {if !empty($filter) || $this->getAttribute('forceMobileFilter')}
{/if}
{if !empty($filter) && $this->getAttribute('showFilter')} {$this->createFilter()} {/if} {if $this->getAttribute('showFilterInfo')}
{locale group="quiqqer/products" var="category.control.productlist.selectionTitle"}
{locale group="quiqqer/products" var="product.list.result.count" count=$count}
{else}
{locale group="quiqqer/products" var="product.list.result.count" count=$count}
{/if}
{if $count} {$products} {else}
{locale group="quiqqer/products" var="message.product.search.empty"}
{/if}
{if $count}
{locale group="quiqqer/products" var="category.control.productlist.button.more"}
{/if}
{if $showCategories && $this->getAttribute('categoryPos') == 'bottom' && count($children)}
{include file=$categoryFile children=$children}
{/if}