<{* page for group list *}> <{* $Revision: 1.3.2.1 $ *}> <{* $groups = array( array( 'gname' => 'name of group', 'gdesc' => 'description of group', 'gadmin' => array( array( 'uname' => 'administrator name of group', 'email' => 'e-mail of group administrator' ), ... ), ), ... ); ); *}>

<{$smarty.const._MD_XOONIPS_MODERATOR_GROUP_LIST}>

<{* display of group *}> <{foreach from=$groups item=group}> <{/foreach}>
<{$smarty.const._MD_XOONIPS_MODERATOR_GNAME}> <{$smarty.const._MD_XOONIPS_MODERATOR_GDESC}> <{$smarty.const._MD_XOONIPS_MODERATOR_GROUP_ADMIN}>
"> <{$group.gname|escape|replace:"&#":"&#"}> "> <{$group.gdesc|escape|replace:"&#":"&#"}> "> <{section name=i loop=$group.gadmin}> <{if !$smarty.section.i.first}> / <{/if}> <{if $group.gadmin[i].email != ""}> <{$group.gadmin[i].uname|escape|replace:"&#":"&#"}> <{else}> <{$group.gadmin[i].uname|escape|replace:"&#":"&#"}> <{/if}> <{/section}>