<table> <{foreach item=item from=$items key=count}> <{if $count is div by 2}><tr> <{/if}> <td><{$item.name}></td> <td><{$item.summary}></td> <td><{$item.date}></td> <{if ($count+1) is div by 2}></tr><{/if}> <{/foreach}></table>
<table> <tr> <{foreach item=item from=$items key=count}> <td><{$item.name}></td> <{if ($count+1) is div by 3}></tr><tr><{/if}> <{/foreach}> </tr></table>