{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* Page anatomy: the identity-provider glyph, riding on a field label the provider owns rather than the console (docs/design-system.md ยง6 "pageHeader"; design D13, round 5, maintainer: "remove that epic in the middle of the card and instead add the glyph back but add them to the field labels themselves for the ones that are applicable"). A person icon, aria-hidden, followed by visually-hidden text, so a label like "Name" reads "Name, Managed by the identity provider" to a screen reader; the sighted title comes from the wrapping span's title tooltip. No arguments: the marker's meaning is fixed, so any field label that needs it writes {{ template "managedGlyph" }} after its text. Parsed into every set by web.ParseUIPartials. */}} {{ define "managedGlyph" }}Managed by the identity provider{{ end }}