{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

{trans("Login:")}
{trans("First name:")}
{trans("Last name:")}
{trans("Position:")}
{trans("E-mail:")}
{trans("Phone:")}
{trans("Notification:")}
{trans("Account active:")}
{trans("Account active:")} {trans('from')}:  {trans('to')}:
{trans("Password:")}
{trans("Repeat password:")}
{trans("Allowed hosts:")}
{trans("Password expiration:")}
{trans("Access rights:")}
{foreach $accesslist as $name => $access} {if $access@index <= floor($access@total / 2) - 1}
{/if} {/foreach}
{foreach $accesslist as $name => $access} {if $access@index > floor($access@total / 2) - 1}
{/if} {/foreach} {assign var="name" value=""}
{trans("Groups:")} {include file="multiselect.html" selected=$useradd.selected available_tip="Enabled:" selected_tip="Disabled:"}
{trans("Submit")} {trans("Cancel")}
{/block}