{* * $Revision: 1.31 $ * If you want to customize this file, do not edit it directly since future upgrades * may overwrite it. Instead, copy it into a new directory called "local" and edit that * version. Gallery will look for that file first and use it if it exists. *}
{g->text one="There is %d group in the system." many="There are %d total groups in the system." count=$AdminGroups.totalGroupCount arg1=$AdminGroups.totalGroupCount}
| {g->text text="Group Name"} | {g->text text="Action"} |
|---|---|
| {$group.groupName} | {g->text text="edit"} {if ($group.can.delete)} {g->text text="delete"} {/if} {if ($group.can.editUsers)} {g->text text="members"} {/if} |