{i18n}Group Administration{/i18n}

{i18n}Add New Group{/i18n}

{i18n}Groups allow you to assign permissions and roles to a number of different users at once.{/i18n}

{i18n}Add Group{/i18n}{i18n}Add a new group{/i18n}.

{i18n}Search for groups{/i18n} {capture assign=link}{addQS}show_all=1{/addQS}{/capture}

{i18n arg_link=$link}Since there may be many groups in the system, please type a few letters from the group's name to begin. Alternatively, view all groups (note that this action may take some time if you have many groups).{/i18n}

{foreach item=oWidget from=$search_fields} {$oWidget->render()} {/foreach}
{if ($no_search === true)} {else} {if (!empty($search_results))} {foreach item=oGroup from=$search_results} {/foreach}
{i18n}Group Name{/i18n} {i18n}Unit Name{/i18n} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}Manage Users{/i18n} {i18n}Manage sub-groups{/i18n} {i18n}Subgroups{/i18n}
{$oGroup->getName()} {assign var=sUnitName value=$context->_getUnitName($oGroup)} {if !$sUnitName} {i18n}not part of a unit{/i18n} {else} {$context->_getUnitName($oGroup)} {/if} {i18n}Edit{/i18n} {i18n}Delete{/i18n} {i18n}Manage Users{/i18n} {i18n}Manage sub-groups{/i18n} {$context->getGroupStringForGroup($oGroup)}
{else}
{i18n}No results for your search.{/i18n}
{/if} {/if}