{$layout.pagetitle}

{handle name="users-info-beforetableend"}
{$userinfo.login} ({$userinfo.id|string_format:"%04d"})
{t}First/last name:{/t} {$userinfo.name}
{t}E-mail:{/t} {if $userinfo.email}{$userinfo.email}{else}-{/if}
{t}Allowed hosts:{/t} {if $userinfo.hosts}{$userinfo.hosts}{else}{t}all{/t}{/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}
{t}Edit{/t} {t}Delete{/t} {t}Change password{/t}