{{ if .ShowEmailVerifiedMessage }}
Your email has been verified! Now Log in to continue to the site.
{{ end }} {{ if .Error }}
{{ .Message }}
{{ else }} {{ if .Register }}
Create Your Account
{{ else }}
Verify Your Identity
{{ end}} {{ end }}
{{ if .Error }}
{{ .Instruction }}
{{ .Detail }}
{{ else }} {{ if eq .MsgCode "login-maybe" }}
This email address is already in use.
Looks like you've already registered. Try logging in instead:
{{ end }} {{ if eq .MsgCode "register-maybe" }}
There's no account for this user.
Try registering with this first:
{{ end }} {{ if eq .MsgCode "wrong-connector" }}
Wrong login method.
Try logging in again with this instead:
{{ end }} {{ range $c := .Links }}
Login with {{ $c.ID }}
{{ end }} {{ end }}
{{ if .Register }} Already have an account?
Log in
{{ else }} Don't have an account yet?
Register
{{ end }}
Contact CoreOS