{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}
{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"}
{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" class="fa-fw"} {trans("User groups:")}
{icon name="customergroup" class="fa-fw"} {trans("Customer groups:")}
{icon name="division" class="fa-fw"} {trans("Divisions:")}
{button type="submit" icon="save" label="Submit"} {button icon="cancel" icon="cancel" label="Cancel" onclick="location.href = '?m=userlist';"}
{/block}