{"Admin Users"|alang}

{include file="message.tpl.htm"} {if isset($include_header)} {include file=$include_header} {/if} {foreach from=$users item=u} {if isset($include_body)} {include file=$include_body} {/if} {/foreach}
{"Options"|alang} {"Username"|alang} {"Name"|alang} {"Email"|alang}
{if $show_edit} {"Edit"|alang} {/if} {if $show_delete and $u.parentid != 0} {"Delete"|alang} {/if} {$u.username|ac_clear_prefix:'num'|html} {$u.first_name|html} {$u.last_name|html} {$u.email|html}
{if $show_add}
{/if} {if isset($global) and count($global) > 0}

{"Global Users"|alang}

{foreach from=$global item=g} {/foreach}
{"Username"|alang} {"Name"|alang} {"Email"|alang} {"Options"|alang}
{$g.username|html} {$g.first_name|html} {$g.last_name|html} {$g.email|html} {if $show_add} {"Import"|alang} {/if}
{/if}