{$context->oPage->requireJSResource('resources/js/toggleselect.js')}

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

{i18n}Search for user{/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 users.{/i18n}
{else}
{foreach item=potential_user from=$search_results} {if $massimport} {else} {/if} {/foreach}
{if $massimport}{/if} {i18n}Name{/i18n} {i18n}Distinguished Name (LDAP DN){/i18n}
{$potential_user.cn} {$potential_user.dn}
{/if}