{if $variants} {$size = 4} {split data=$variants size=$size assign="splitted_filter" preverse_keys=true}
{foreach from=$splitted_filter item="group"} {foreach from=$group item="ranges" key="index"} {strip}
{if $ranges} {include file="common/subheader.tpl" title=$index} {else} {/if}
{strip} {/foreach} {/foreach}
{/if}