{{ if .Canceled }}
Verification for {{ .Domain }} was canceled. The domain is free again — you can start over from Create Site whenever you're ready.
{{ else if .Released }}
{{ .Domain }} was released. The domain is free again — you can claim it back at any time from Create Site.
{{ else if .Expired }}
Verification for {{ .Domain }} expired before the DNS record was found. The domain is free again — you can restart verification at any time.
{{ else if .Verified }} {{ if .Placed }}
{{ .Domain }} is verified and in use. Any subdomain of it is yours too — creating a site there needs no further DNS verification.
{{ else }}
{{ .Domain }} is verified. Create your site to start using it.
{{ end }} {{ else }}

To connect {{ .Domain }}, add these records at your DNS provider:

{{ range .Records }} {{ end }}
Record Add this Status
{{ .Kind }}
{{ .Purpose }}
Name
{{ .Name }}
Value
{{ .Value }}
{{ if .Optional }} Optional {{ else if eq .State "match" }} Found ✓ {{ else if eq .State "mismatch" }} Found, but doesn't match {{ else if eq .State "missing" }} Not found yet {{ else if eq .State "error" }} Check failed {{ else }} Not checked yet {{ end }} {{ if and (eq .State "mismatch") .Observed }}
We saw:
{{ range .Observed }}
{{ . }}
{{ end }} {{ end }}
{{ .StatusText }}
{{ if .LastChecked }}Last checked {{ .LastChecked }}.{{ else }}Not checked yet.{{ end }} {{ if .ExpiresAt }}Complete verification by {{ .ExpiresAt }}.{{ end }}
DNS changes can take a few minutes to propagate. This dialog updates automatically — you can also close it and reopen it from your sites list, where you'll be offered a one-click create once the domain is verified.
{{ end }}
{{ if and .Verified (not .Placed) }} {{ end }} {{ if and .Polling (not .Verified) (not .Canceled) (not .Expired) (not .Released) }} {{ end }}