{assign var="title" value=$smarty.const._TPL_SUBUSERS_TITLE} {include file="header.html"}
{include file="member_menu.inc.html"} {include file="error.inc.html"}

#_TPL_SUBUSERS_USERS#

{if count($subusers)} {foreach from=$subusers item=su} {/foreach}
#_TPL_SUBUSERS_ID##_TPL_SUBUSERS_NAME##_TPL_SUBUSERS_LOGIN##_TPL_SUBUSERS_EMAIL##_TPL_SUBUSERS_GROUPS##_TPL_SUBUSERS_ACTION#
{$su.member_id}{$su.name_f} {$su.name_l}{$su.login}{$su.email} {foreach from=$su.data.subusers_groups_id item=group_id} {$groups_title[$group_id]}
{/foreach}
Delete Edit
Manage groups
{else}

#_TPL_SUBUSERS_NO_USERS#

{/if}

#_TPL_SUBUSERS_NEW_EMPLOYEE#

#_TPL_SUBUSERS_NAME_F#:
#_TPL_SUBUSERS_NAME_L#:
#_TPL_SUBUSERS_LOGIN#:
#_TPL_SUBUSERS_PASS0#:
#_TPL_SUBUSERS_PASS1#:
#_TPL_SUBUSERS_EMAIL#:
#_TPL_SUBUSERS_GROUPS#
               

#_TPL_SUBUSERS_REMAINING#:
{foreach from=$stat item=group} {if $group.allocated} {$group.title} : {$group.added|default:"0"} / {$group.allocated|default:"0"} {if $group.expired}/ {$group.expired}{/if}
{/if} {/foreach}



#_TPL_POWEREDBY||#

{include file="footer.html"}