{{ LocaText "root.welcome" }} Log in {{ if .Error }} {{ .Error }} {{ end }} {{ if and .Config .Config.LoginInfo }} {{ LocaFrontend .Config.LoginInfo }} {{ end }} {{ $loginField := dict "Request" true "Require" true "Name" "login" }} {{ $passwordField := dict "Request" true "Require" true "Name" "password" }} {{ template "formfield" dict "page" "login" "Field" $loginField "type" "text" "autocomplete" "username" "inputmode" "email" }} {{ template "formfield" dict "page" "login" "Field" $passwordField "type" "password" "autocomplete" "current-password" }} Login {{ range $idx, $saml := .SAML }} {{ $saml.ID }} {{ end }} Forgot Password? {{ if .urls.register }} Sign Up {{ end }} {{/* template "dump" . */}} {{ template "language" . }}