{{ define "info-value" }} {{ if gt (len .) 24 }}
{{ . }}
{{ . }}
{{ else }} {{ . }} {{ end }} {{ end }} {{ template "header.html" . }}
{{ issuer }}
{{ if .LoggedIn }}
{{ if .Username }}
Username {{ template "info-value" .Username }}
{{ end }} {{ if .Email }}
Email {{ .Email }}{{ if .EmailVerified }} ✓{{ end }}
{{ end }} {{ if .Groups }}
Groups
{{ len .Groups }} group{{ if gt (len .Groups) 1 }}s{{ end }}
    {{ range .Groups }}
  • {{ . }}
  • {{ end }}
{{ end }} {{ if .ConnectorName }}
Connector {{ template "info-value" .ConnectorName }}
{{ end }} {{ if .IPAddress }}
IP address {{ template "info-value" .IPAddress }}
{{ end }} {{ if .UserAgent }}
Browser {{ template "info-value" .UserAgent }}
{{ end }} {{ if .LastLoginEpoch }}
Last login
{{ end }}

Logout
{{ else }}
Not logged in
{{ end }}
Discovery
{{ if .LastLoginEpoch }} {{ end }} {{ template "footer.html" . }}