{{ template "nav.html" . }}
{{ call .tr "error" }}
{{.error}}.
{{ call .tr "validationInitiated" }}
{{ call .tr "pleaseCompleteValidation" }}
{{ call .tr "lookup" }}
{{ call .tr "registerOrModify" }}
{{ call .tr "confirm" }}
{{if .available}}
{{ call .tr "available" }}
{{ call .tr "notYetLinked" .address}}
{{else}}
{{ call .tr "lookupResultFound" }}
{{ call .tr "isLinked" .address }}
{{end}}
{{ template "footer.html" . }}