{{define "content"}}

Account Information

{{ .user.Uid }}

{{ .user.PasswdExpire.Format "Jan 02, 2006 15:04:05 MST" }}

{{ .user.Email }}

{{ range $g := .user.Groups }} {{ $g }} {{ else }}   {{ end }}
{{end}}