<{assign var="num_column" value=3}> <{* Set the column number *}> <{assign var="ful_width" value=95}> <{* Set the full width for multiple columns *}> <{assign var="col_width" value=$ful_width/$num_column|@floor}> <{* calculate column width *}>
<{foreachq item=sponsor name=sponsor from=$sponsors}>
<{$sponsor.title}>
<{if $smarty.foreach.sponsor.iteration % $num_column eq 0}>
<{/if}> <{/foreach}>