{include file="$admintemplatepath/header.template"} {include file="$admintemplatepath/navigation.template" showOpt=editSiteUsers title=$locale->tr("editSiteUsers")}
{$locale->tr("show_by")}




{check_perms adminperm=update_user}
{$locale->tr("show_massive_change_option")}
{/check_perms}
{include file="$admintemplatepath/successmessage.template"} {include file="$admintemplatepath/errormessage.template"} {foreach from=$siteusers item=siteuser} {/foreach}
UID {$locale->tr("username")} {$locale->tr("full_name")} {$locale->tr("email")} {$locale->tr("status")} {$locale->tr("actions")}
{$siteuser->getId()} {$siteuser->getUsername()|truncate:20:"..."} {$siteuser->getFullName()|truncate:70:"..."} {$siteuser->getEmail()} {foreach from=$userstatus key=name item=status} {if $siteuser->getStatus() == $status} {if $status == 2}{$locale->tr($name)} {else}{$locale->tr($name)}{/if} {/if} {/foreach}
{check_perms adminperm=update_user} {$locale->tr( {$locale->tr( {/check_perms}
{adminpager style=list} {check_perms adminperm=update_user} {/check_perms} {check_perms adminperm=update_user} {/check_perms}
{include file="$admintemplatepath/footernavigation.template"} {include file="$admintemplatepath/footer.template"}