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

Search for user {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 users.{/i18n}

{else}
{foreach item=potential_user from=$search_results} {/foreach}
{i18n}Name{/i18n} {i18n}LDAP User Name{/i18n} {i18n}Distinguished Name (LDAP DN){/i18n}
{$potential_user.cn} {$potential_user.$identifier_field} {$potential_user.dn}
{/if}