{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* operator_entitlement_set_new.html The entitlement set create page, GET /operator/entitlement-sets/new, dispatched by GetEntitlementSetNewPage. design D20 (round 4): record creation gets its own page, reached from the sets list's one filled "New entitlement set" link. The create page and the set's edit form render one declaration, operator.entitlement-set (form-library): the form asks for identity only here, because Active is the declaration's edit-only field (a set is created active; entitlement-set-management "Operator entitlement set creation"). It posts to the unchanged POST /partials/operator/entitlement-sets: success navigates to the new set with ?flash=created and its toast, a validation failure re-renders this page at 422. */}} {{ template "pageHeader" .Header }} {{ template "form" .Form }}