{{ define "info-value" }} {{ if gt (len .) 24 }}
{{ . }}
{{ . }}
{{ else }} {{ . }} {{ end }} {{ end }} {{ template "header.html" . }}
{{ if .LoggedIn }}

Signed in


{{ 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 sign-in
{{ end }}

Sign out
{{ else }}

Not signed in

You do not have an active session.

{{ end }}
Discovery
{{ if .LastLoginEpoch }} {{ end }} {{ template "footer.html" . }}