{{ if .Error }} {{ else if eq (len .Ladders) 0 }}

No plans available.

{{ else }} {{ if .Success }} {{ end }} {{ if .Preview }} {{ end }} {{ range .Ladders }}

{{ .Name }} {{ if .CancelsOn }}Cancels on {{ .CancelsOn }}{{ end }}

{{ range .Tiers }}

{{ .Name }}

{{ if eq .Relation "current" }}Current plan{{ end }}
{{ if eq .Relation "current" }} {{ if .BillingPending }}

Billing details are still being processed.

{{ else if .BillingPriceText }}

{{ .BillingPriceText }}, renews {{ .BillingRenewsOn }}

{{ end }} {{ end }} {{ if .Description }}

{{ .Description }}

{{ end }}
    {{ range .EntitlementFeatures }}
  • · {{ . }}
  • {{ end }} {{ range .MetadataFeatures }}
  • · {{ . }}
  • {{ end }}
{{ if ne .Relation "current" }} {{ if .MoveEnabled }} {{ if eq .MoveKind "checkout" }}
{{ else if eq .MoveKind "switch" }} {{ else if eq .MoveKind "cancel" }} {{ end }} {{ else }} {{ .DisabledReason }} {{ end }} {{ end }}
{{ end }}
{{ end }} {{ end }}