{{define "sso_clients"}}{{template "base" .}}{{end}} {{define "title"}} - SSO Clients{{end}} {{define "content"}}
{{range .Clients}} {{template "sso_client_row" .}} {{end}}
Client ID Redirect URI Tags Status Actions
{{if not .Clients}}

No SSO clients registered.

{{end}}
{{end}}