{{template "header.html"}} {{template "header_close.html"}} {{template "navbar.html" .}} {{$isAdmin := .IsAdmin }} {{with .Data}}


Nombre
{{.User.Name}}
Rol
{{.User.Role}}
Shell
{{.User.Shell}}
Home
{{.User.Home}}
Mail
{{.User.Mail}}
{{if .Groups}}
Grupos
{{range .Groups}} {{.Name}}, {{end}}
{{end}}
Último login
{{.User.LastLogin}}
UID
{{.User.UID}}
{{with .MainGroup}}
GID
{{.Name}} ({{.GID}})
{{end}}
{{if $isAdmin}}



{{end}} {{end}} {{template "footer.html"}}