{{ctx.AvatarUtils.Avatar .User 48}}
{{template "shared/user/name" .User}} {{if .User.IsAdmin}} {{ctx.Locale.Tr "admin.users.admin"}} {{end}}
{{ctx.Locale.Tr "admin.users.auth_source"}}: {{if eq .LoginSource.ID 0}} {{ctx.Locale.Tr "admin.users.local"}} {{else}} {{.LoginSource.Name}} {{end}}
{{ctx.Locale.Tr "admin.users.activated"}}: {{if .User.IsActive}} {{svg "octicon-check"}} {{else}} {{svg "octicon-x"}} {{end}}
{{ctx.Locale.Tr "admin.users.restricted"}}: {{if .User.IsRestricted}} {{svg "octicon-check"}} {{else}} {{svg "octicon-x"}} {{end}}
{{ctx.Locale.Tr "settings.visibility"}}: {{if .User.Visibility.IsPublic}}{{ctx.Locale.Tr "settings.visibility.public"}}{{end}} {{if .User.Visibility.IsLimited}}{{ctx.Locale.Tr "settings.visibility.limited"}}{{end}} {{if .User.Visibility.IsPrivate}}{{ctx.Locale.Tr "settings.visibility.private"}}{{end}}
{{ctx.Locale.Tr "admin.users.2fa"}}: {{if .TwoFactorEnabled}} {{svg "octicon-check"}} {{else}} {{svg "octicon-x"}} {{end}}
{{if .User.Language}}
{{ctx.Locale.Tr "settings.language"}}: {{range .AllLangs}}{{if eq $.User.Language .Lang}}{{.Name}}{{end}}{{end}}
{{end}} {{if .User.Location}}
{{svg "octicon-location"}}{{.User.Location}}
{{end}} {{if .User.Website}}
{{svg "octicon-link"}} {{.User.Website}}
{{end}}