{foreach $groupedItems as $groupName => $group}
{foreach $group as $index => $item} {if $index % 2 == 0}
{/if}
{if $index % 2 == 1 || $index == count($group) - 1}
{/if} {/foreach} {/foreach}