{{ template "index.layout.html" . }} {{ define "page-script" }} {{ end }} {{ define "main" }}

{{ LocaText "root.welcome" }}

{{ LocaText "page.register.title" }}

{{ if and .Config .Config.LoginInfo }}

{{ LocaFrontend .Config.LoginInfo }}

{{ end }}
{{ template "formfield" dict "Field" .Input.Email "type" "email" "autocomplete" "email"}} {{ template "formfield" dict "Field" .Input.FirstName "type" "text" "autocomplete" "given-name" }} {{ template "formfield" dict "Field" .Input.LastName "type" "text" "autocomplete" "family-name" }} {{ template "formfield" dict "Field" .Input.Displayname "type" "text" "autocomplete" "username" }} {{ template "formfield" dict "Field" .Input.Company "type" "text" "autocomplete" "organization" }} {{ template "formfield" dict "Field" .Input.Department "type" "text" }} {{ template "formfield" dict "Field" .Input.Phone "type" "tel" "autocomplete" "tel" }} {{ template "formfield" dict "Field" .Input.Street "type" "text" "multiline" true "autocomplete" "street-address" }} {{ template "formfield" dict "Field" .Input.HouseNumber "type" "text" }} {{ template "formfield" dict "Field" .Input.AddressSupplement "type" "text" }} {{ template "formfield" dict "Field" .Input.PostalCode "type" "text" "autocomplete" "postal-code" }} {{ template "formfield" dict "Field" .Input.Town "type" "text" "autocomplete" "address-level2" }} {{ template "formfield" dict "Field" .Input.State "type" "text" "autocomplete" "address-level1" }} {{ template "formfield" dict "Field" .Input.Country "type" "text" "autocomplete" "country-name" }} {{ with .Messages.FilterWebfrontendType "self_register" }}
{{ range $idx, $msg := . }} {{ if $msg.Confirmation }}

{{ LocaFrontend $msg.Confirmation }}

{{ end }} {{ LocaFrontend $msg.Title }}

{{ end }}
{{ end }}
{{ if .urls.login }}

Go to Login

{{ end }}
{{ if .Error }}

{{ .Error }}

{{ end }}
{{ template "language" . }}
{{ end }}