{{template "header.html"}} {{template "header_close.html"}} {{template "navbar.html" .}} {{$isAdmin := .IsAdmin }} {{with .Data}}
Nombre del colectivo
{{.Name}}
Descripcion
{{.Description}}
Clave OpenPGP
{{if .OpenPGPkey}} {{.OpenPGPkey.Fingerprint}}
Con fecha expiración: {{.OpenPGPkey.Expiry}}
modificala {{else}} Añade una clave {{end}}
Cuentas
    {{$name := .Name}} {{range .Members}}
  • {{if $isAdmin}} {{.}} {{else}} {{.}} {{end}}
  • {{end}}



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