{{ if and (eq (len .Sites) 0) (eq (len .ArchivedSites) 0) (not .EntitlementCheckFailed) (or (not .HasEntitlement) .NoDomainsConfigured) }}
{{ if .NoDomainsConfigured }}

Sites can't be created yet.

The service hasn't configured any site domains. This isn't something you can fix; check back later.

{{ else }}

Your plan doesn't currently include FedWiki site creation.

Contact an administrator if you'd like this added.

{{ end }}
{{ else }} {{ if .EntitlementCheckFailed }} {{ else if not .HasEntitlement }} {{ end }}
{{ if .HasEntitlement }}{{ .CurrentCount }} of {{ .Quota }} active sites used{{ end }}
{{ if .HasReadonly }} {{ end }}
{{ if .CustomDomainClaims }}
Ready to use: {{ range .CustomDomainClaims }}
{{ .Domain }} — verified and ready
{{ end }}
{{ end }} {{ if .Error }} {{ else if eq (len .Sites) 0 }}

You don't have any active FedWiki sites yet.

Click "Create Site" to get started!

{{ else }}
{{ range .Sites }} {{ end }}
Domain Type Status Created Actions
{{ .Domain }} {{ if .IsCustomDomain }} Custom {{ else }} Subdomain {{ end }} {{ if .IsReadonly }} Read-only {{ else }} Active {{ end }} {{ .CreatedAt }} {{ if .IsReadonly }} {{ if $.CooldownMsg }} {{ else }} {{ end }} {{ end }}
{{ end }} {{ if gt (len .ArchivedSites) 0 }}
Archived

Archived sites are offline but their content is kept. Restore one to bring it back (subject to your active-site limit), or delete it permanently. Archived sites are removed automatically after 30 days.

{{ range .ArchivedSites }} {{ end }}
{{ .Domain }} {{ if and .IsForceReduced $.CooldownMsg }} {{ else }} {{ end }}
{{ end }}
Domains
Loading...
{{ end }}