{{define "pgcreds_form"}}
No credentials stored.
{{end}} {{/* Any admin can add or update credentials; creator of the first set becomes owner */}}| User | Granted | {{if isPGCredOwner $.ActorID $.PGCred}}{{end}} |
|---|---|---|
| {{.GranteeName}} | {{formatTime .GrantedAt}} | {{if isPGCredOwner $.ActorID $.PGCred}}{{end}} |
No access grants.
{{end}} {{/* Grant form — owner only */}} {{if and (isPGCredOwner .ActorID .PGCred) .GrantableAccounts}} {{end}}