{{template "main-top" .}}
{{if .Linking}}

{{t "SelectAccount.TitleLinking"}}

{{t "SelectAccount.DescriptionLinking"}}{{if .OrgName}} {{t "SelectAccount.MustBeMemberOfOrg" "OrgName" .OrgName}}{{end}}

{{else}}

{{t "SelectAccount.Title"}}

{{t "SelectAccount.Description"}}{{if .OrgName}} {{t "SelectAccount.MustBeMemberOfOrg" "OrgName" .OrgName}} {{end}}

{{end}}
{{ .CSRF }}
{{ if .Users }} {{ $displayLoginNameSuffix := and .OrgID (not .DisplayLoginNameSuffix)}} {{ $orgName := .OrgName }} {{ range $user := .Users }} {{ $sessionState := (printf "SelectAccount.SessionState%v" $user.UserSessionState) }} {{if $user.SelectionPossible}} {{ end }} {{ end }} {{ end }}
{{template "main-bottom" .}}