{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* operator_org_types.html Organization types body partial for GET /operator/org-types (reached from the Organizations header, not from the rail), dispatched by GetOrgTypesPage and re-rendered whole by renderOrgTypesPage after a commit. Each type is a card (operator_org_type_card.html) that is its own HTMX swap target. Built from the page-anatomy parts (docs/design-system.md ยง6); the semantics live in the card's Default plan tooltip and contextual hints, not in page prose (maintainer, 2026-08-30). */}} {{ template "pageHeader" .Header }} {{ if .Error }} {{ end }} {{ if eq (len .OrgTypes) 0 }} {{ template "emptyState" .Empty }} {{ else }} {{ range .OrgTypes }} {{ template "operator_org_type_card.html" . }} {{ end }} {{ end }}