<{include file="db:system_header.tpl"}> <{if isset($users_display) && $users_display == true}>
<{$form_sort}>
 
<{if isset($users_count) && $users_count == true}> <{foreach item=user from=$users|default:null}> <{/foreach}> <{/if}> <{if isset($users_no_found) && $users_no_found == true}> <{/if}>
<{$smarty.const._AM_SYSTEM_USERS_STATUS}> <{$smarty.const._AM_SYSTEM_USERS_UNAME}> <{$smarty.const._AM_SYSTEM_USERS_REALNAME}> <{$smarty.const._AM_SYSTEM_USERS_EMAIL}> <{$smarty.const._AM_SYSTEM_USERS_REG_DATE}> <{$smarty.const._AM_SYSTEM_USERS_LAST_LOGIN}> <{$smarty.const._AM_SYSTEM_USERS_POSTS}> <{$smarty.const._AM_SYSTEM_USERS_ACTION}>
<{if $user.checkbox_user}><{/if}> <{$user.uname}> <{$user.name}> <{$user.email}> <{$user.reg_date}> <{$user.last_login}>
<{$user.posts}>
<{if $user.user_level > 0}> <{$smarty.const._AM_SYSTEM_USERS_SYNCHRONIZE}> <{$smarty.const._AM_SYSTEM_USERS_VIEW}> <{$smarty.const._AM_SYSTEM_USERS_EDIT}> <{$smarty.const._AM_SYSTEM_USERS_DEL}> <{else}> <{$smarty.const._AM_SYSTEM_USERS_ACTIVE}> <{$smarty.const._AM_SYSTEM_USERS_VIEW}> <{$smarty.const._AM_SYSTEM_USERS_EDIT}> <{$smarty.const._AM_SYSTEM_USERS_DEL}> <{/if}>
  <{$form_select_groups}> <{$form_token}>
<{$smarty.const._AM_SYSTEM_USERS_NO_FOUND}>
<{if isset($users_count) && $users_count == true}> <{foreach item=users from=$users_popup|default:null}> <{/foreach}> <{/if}>
<{$nav|default:''}>
<{/if}>
<{if !empty($form)}>
<{$form}>
<{/if}>