<{if $filter.type_id}>
<{/if}>
|
|
<{if count($filter.tags)>0}>
|
<{/if}>
<{foreach from=$filter_items item=item}>
<{$item}>
|
<{/foreach}>
<{if $filter.props}>
<{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}>