<{strip}>
<{if $filter.type_id}>
<{/if}>
|
|
|
<{if count($filter.tags)>0}>
|
<{/if}>
<{if count($filter.keywords)>0}>
|
<{/if}>
<{if $filter.props}>
<{counter start=0 assign="result" print=false }>
<{foreach from=$filter.props key=key item="prop"}>
<{if ($result mod 5) eq 0 }>
<{/if}>
|
|
<{if ($result mod 5) eq 4 }>
<{/if}>
<{counter assign="result" print=false }>
<{/foreach}>
<{if ($result mod 5) neq 0 }>
<{/if}>
<{/if}>
<{/strip}>