{loop $archives $i $archive}
{if $_align-number == 6}
{if $i%2==0 && $i>0}
{/if}
{elseif $_align-number == 4}
{if $i%3==0 && $i>0}
{/if}
{elseif $_align-number == 3}
{if $i%4==0 && $i>0}
{/if}
{else}
{/if}
{$archive['title']}
{$archive['subtitle']}
{lang('unit')} {$archive['oldprice']}
{getcollect($archive['aid'])}
{/loop}