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