{include file="header.html"}

{$layout.pagetitle}

{trans("Login:")} ({$userinfo.id|string_format:"%04d"})
{trans("First/last name:")}
{trans("Position:")}
{trans("E-mail:")}
{trans("Phone:")}
{trans("Notification:")}
{trans("Allowed hosts:")}
{trans("Access rights:")}
{section name=acl loop=$accesslist} {if $smarty.section.acl.index <= floor(sizeof($accesslist)/2) - 1}
{/if} {/section}
{section name=acl loop=$accesslist} {if $smarty.section.acl.index > floor(sizeof($accesslist)/2) - 1}
{/if} {/section}
{trans("Groups:")} {include file="multiselect.html" selected=$userinfo.selected available_tip="Enabled:" selected_tip="Disabled:"}
{trans("Submit")} {trans("Cancel")}
{include file="footer.html"}