{{$list := .ProviderList.Personas}}
{{if .ProviderList.Personas}}
{{index $it.Ui "label"}}
{{else}}
{{if .ProviderList.Personas}}
Testing personas
Log in using one of these existing testing personas.
{{end}} {{if .ProviderList.Idps}}Log in or Create an account
Verify your identity to discover and access data.
{{$list = .ProviderList.Idps}} {{end}} {{range $it := $list}} {{if index $it.Ui "iconUrl"}}
{{index $it.Ui "label"}}
{{end}}
{{end}}
{{end}}
{{if .ProviderList.Idps}}
{{end}}
{{.LoginInfoTitle}}
{{template "login_info.html"}}