{include file="header.html"}

{if $groups_array|@count>=3}{assign var="percent" value="32"}{assign var="seppercent" value="2"}{else}{assign var="percent" value="48"}{assign var="seppercent" value="4"}{/if} {foreach name=groups from=$groups_array item=v} {if $smarty.foreach.groups.index%3!=2 && $smarty.foreach.groups.index!=$groups_array|@count-1}{/if} {if $smarty.foreach.groups.index%3==2 && $smarty.foreach.groups.index!=$groups_array|@count-1} {/if} {/foreach}
{$v.name}

{$v.description}


{include file="footer.html"}