{{- /* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Commercial */ -}} {{- /* SPDX-FileCopyrightText: 2025-2026 Christian Galo */ -}} {{/* operator_person_detail.html Resolved-detail page for a single person, dispatched from /operator/persons/{personID} by GetPersonPage. Reached from the People directory (/operator/persons), the landing-surface lookup affordance, or an org member-row link (operator-people-directory: breadcrumb reads People / {name}). Built from the page-anatomy parts (docs/design-system.md §6): the header carries the location trail above the person's name, outside the details card. */}} {{ if .Error }}
{{ .Person.PersonID }}| Organization | Role | Joined |
|---|---|---|
| {{ .OrgName }} | {{ .RoleName }} | {{ .JoinedAt }} |