{i18n}Since there may be many groups in the system, please provide a few letters from the groups's name to begin.{/i18n}

{i18n}Search for group{/i18n} {foreach from=$fields item=oWidget} {$oWidget->render()} {/foreach}
{if !$search_results}
{i18n}No search specified, or no results for your search. Please choose some criteria from the list above to find groups.{/i18n}
{else}
{foreach item=potential_group from=$search_results} {/foreach}
{i18n}Group Name{/i18n} {i18n}Distinguished Name (LDAP DN){/i18n}
{$potential_group.cn} {$potential_group.dn}
{/if}