{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("Two factor authentication:")}
{trans("Allowed hosts:")}
{trans("Password expiration:")}
{trans("Access rights:")}
{button icon="clone" id="copy-rights" label="Copy rights"}  {trans("of selected user:")}   {include file="user/usercopypermissions.html" form_variable_prefix="useradd" variables=$useradd}
{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:"}
{button type="submit" icon="save" label="Submit"} {button icon="cancel" icon="cancel" label="Cancel" onclick="location.href = '?m=userlist';"}
{/block}