<{if $filter.type_id}>
<{/if}>
|
|
<{if count($filter.tags)>0}>
|
<{/if}>
<{if count($filter.keywords)>0}>
|
<{/if}>
<{if count($filter.supplier)> 0}>
|
<{/if}>
<{if ($filter.props && $filter.type_id !="_ANY_") || $_finder.data.type_id!=""}>
<{counter start=0 assign="result" print=false }>
<{foreach from=$filter.props key=key item="prop"}>
<{if $prop.type == 'select'}>
<{if ($result mod 5) eq 0 }>
<{/if}>
|
<{if ($result mod 5) eq 4 }>
<{/if}>
<{counter assign="result" print=false }>
<{/if}>
<{/foreach}>
<{if ($result mod 5) neq 0 }>
<{/if}>
<{/if}>