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

{$layout.pagetitle}

{if is_array($divisions) && count($divisions)} {/if}
{icon name="login"} {trans("Login:")}
{icon name="user"} {trans("First name:")}
{icon name="user"} {trans("Last name:")}
{icon name="document"} {trans("Issuer")}
{icon name="info"} {trans("Position:")}
{icon name="mail"} {trans("E-mail:")}
{icon name="sms"} {trans("Phone:")}
{icon name="options"} {trans("Notification:")}
{icon name="disconnected"} {trans("Account active:")}
{icon name="calendar"} {trans("Account active:")} {trans('from')}: {trans('to')}:
{icon name="password"} {trans("Password:")}
{icon name="password"} {trans("Repeat password:")}
{icon name="password"} {trans("Network password")} {hint mode="toggle" content="Network password can be used to authenticate users via Radius server."}
{icon name="password"} {trans("Repeat network password")} {hint mode="toggle" content="Network password can be used to authenticate users via Radius server."}
{icon name="password"} {trans("Two factor authentication:")}
{icon name="ipnetwork"} {trans("Allowed hosts:")}
{icon name="password"} {trans("Password expiration:")}
{icon name="permissions"} {trans("Access rights:")}
{button icon="clone" id="copy-rights" label="Copy rights"}
{include file="user/usercopypermissions.html" form_variable_prefix="useradd" variables=$useradd}
{foreach $accesslist as $name => $access} {if !empty($access.name)} {/if} {/foreach} {$name = ""}
{icon name="usergroup"} {trans("User groups:")}
{icon name="customergroup"} {trans("Customer groups:")}
{icon name="division"} {trans("Divisions:")}
{button type="submit" icon="save" label="Submit"} {button icon="cancel" icon="cancel" label="Cancel" onclick="location.href = '?m=userlist';"}
{/block}