{lang section="Admin: Users"} {show_feedback} {if $currentUserInfo.id == 1}
{if $userInfo.email} {/if} {if $userInfo.company} {/if} {if $userInfo.ownerUserInfo} {/if} {if $userInfo.last_login_date_formatted} {/if} {if $userInfo.expiration_date} {/if}
{t}Username{/t}: {$userInfo.username|forHTML}
{t}E-mail address{/t}: {$userInfo.email|forHTML}
{t}Company{/t}: {$userInfo.company|forHTML}
{t}Parent user{/t}: {$userInfo.ownerUserInfo.username|forHTML}
{t}Home folder{/t}: {if $userInfo.perms.homefolder}{$userInfo.perms.homefolder|forHTML}{else}{t}No home folder set for this user!{/t}{/if}
{t}Last login{/t}: {$userInfo.last_login_date_formatted}
{t}Expiration date{/t}: {$userInfo.expiration_date_formatted}
{/if}