{{template "header.html"}} {{template "header_close.html"}} {{template "navbar.html" .}} {{$isAdmin := .IsAdmin}} {{with .Data}}
Nombre
{{.Name}}
Cuentas
{{range .Members}} {{.}}, {{end}}
GID
{{.GID}}
{{if $isAdmin}}
{{end}} {{end}} {{template "footer.html"}}