Org Types

{{ if .Error }} {{ end }} {{ if eq (len .OrgTypes) 0 }}

No organization types configured.

{{ else }} {{ range .OrgTypes }} {{ template "operator_org_type_card.html" . }} {{ end }}

New organizations of a type receive the rank-0 tier of its default ladder. If a type has no default ladder configured, new organizations sign up with no plan grant. If the configured default ladder has lost its rank-0 tier, signup also completes with no plan grant, and the condition is alarmed in the server logs for an operator to repair. Selecting a different default previews the effect on existing organizations before anything is committed.

{{ end }}