{{/* operator_persons.html People directory body partial for GET /operator/persons (operator-people-directory D6), dispatched by GetPersonsPage. Governed by operator-list-scale (operator_list_controls.html): search over display name and email, true-total pagination. No status facet -- People has no status vocabulary controls filter on. Newest-joined first, so "who joined this week?" is page one. Three states: - Error: the load failed. - Zero rows AND Nav.Filtered: the search/clear-search matched nothing -- listNoMatch, distinct from true-empty (empty-state-guidance). - Zero rows AND not Nav.Filtered: the deployment has no persons at all yet -- honest empty copy naming how a person row comes to exist, no controls (nothing to search or clear). */}}
No one has signed in yet. Person records are created automatically the first time someone logs in.
| Name | Status | Joined | |
|---|---|---|---|
| {{ .DisplayName }} | {{ .Email }} {{ if .EmailVerified }}Verified{{ else }}Unverified{{ end }} | {{ .Status }} | {{ .JoinedAt }} |