{include file="header.html"} {if $groups_array|@count>2}{assign var="rw" value="1000"}{else}{assign var="rw" value="660"}{/if}
{foreach name=groups from=$groups_array item=v}
{$v.name}
{$v.description}
{/foreach}
{* end main *} {include file="footer.html"}