{include file="header.html"}

{$layout.pagetitle}

{t}Login:{/t} ({$userinfo.id|string_format:"%04d"})
{t}First/last name:{/t}
{t}E-mail:{/t}
{t}Allowed hosts:{/t}
{t}Access rights:{/t} {section name=acl loop=$accesslist} {$accesslist[acl].name}
{/section}
{t}Groups:{/t} {include file="multiselect.html" selected=$userinfo.selected available_tip="Enabled:" selected_tip="Disabled:"}
{t}Submit{/t} {t}Cancel{/t}
{include file="footer.html"}