{include file="header.html"}

{$layout.pagetitle}

{if $unlockedit}
{/if} {if $unlockedit} {else} {/if} {if ! $unlockedit} {/if}
{t}Login:{/t} ({$userinfo.id|string_format:"%04d"}) {$userinfo.login} ({$userinfo.id|string_format:"%04d"})
{t}First/last name:{/t} {if $unlockedit} {else} {$userinfo.name} {/if}
{t}E-mail:{/t} {if $unlockedit}{else} {if $userinfo.email}{$userinfo.email}{else}-{/if}{/if}
{t}Allowed hosts:{/t} {if $unlockedit} {else} {if $userinfo.hosts}{$userinfo.hosts}{else}{t}all{/t}{/if} {/if}
{t}Last login:{/t} {$userinfo.lastlogin}, {$userinfo.lastloginip} {if $userinfo.lastloginip neq $userinfo.lastloginhost}({$userinfo.lastloginhost}){/if}
{t}Last failed login:{/t} {$userinfo.faillogin}, {$userinfo.failedloginip} {if $userinfo.failedloginip neq $userinfo.failedloginhost}({$userinfo.failedloginhost}){/if}
{if $unlockedit} {t}Submit{/t} {else} {t}Edit{/t} {/if} {t}Delete{/t} {t}Change password{/t} {if $unlockedit}{t}Cancel{/t} {/if}
{t}Access rights:{/t}
{if $unlockedit} {section name=acl loop=$accesslist} {$accesslist[acl].name}
{/section} {else} {section name=acl loop=$accesslist}
  • {$accesslist[acl]}
  • {/section} {/if}
    {if $unlockedit}
    {/if} {include file="footer.html"}