<{$USERSELECT_TITLE}>
<{$token_ticket}>
<{$USER_UNAME_LABEL}>
<{$USER_NAME_LABEL}>
<{* display page navigation *}> <{if $userlist}>
<{if $pageNavi->hasPrivPage()}>
«
<{/if}> <{section name=cnt start=1 loop=$pageNavi->getTotalPages()+1}> <{if $smarty.section.cnt.index eq $pageNavi->getCurrentPage()}>
(<{$smarty.section.cnt.index}>)
<{/if}> <{if $smarty.section.cnt.index != $pageNavi->getCurrentPage()}>
<{$smarty.section.cnt.index}>
<{/if}> <{/section}> <{if $pageNavi->hasNextPage()}>
»
<{/if}> <{* display users *}>
<{$USER_UNAME_LABEL}>
<{$USER_NAME_LABEL}>
<{foreach key=key item=user from=$userlist}>
<{if $mode eq 'single'}>
checked<{/if}> name="seluser" value="<{$user.uid}>"> <{else}>
<{/if}>
<{$user.uname|xoops_escape}>
<{$user.name|xoops_escape}>
<{/foreach}>
<{/if}>