{{/* operator_lookup_result.html Swap target for the landing-surface lookup form. The handler returns this partial for multi-person disambiguation and no-match cases; unique matches return an HX-Redirect header instead and HTMX full-page navigates. */}} {{ if .LookupNoMatch }} {{ end }} {{ if gt (len .LookupCandidates) 0 }}

Multiple persons match {{ .LookupTerm }}; choose one:

{{ end }} {{ if gt (len .LookupOrgCandidates) 0 }}

Multiple organizations match {{ .LookupTerm }}; choose one:

{{ end }}