{{/* Organization detail partial for operator. Titled by the organization's own display name — the retired working title named this page for the grant-delivery mechanism instead of the organization it describes (plan-enrollment-administration D5). This is a Go-template comment (stripped at render), not an HTML comment, so its own wording never leaks into the rendered page. */}} {{ if .Error }}
{{ .OrgKey }}{{ end }}
No billing account exists for this organization yet.
{{ else }}{{ .BillingSummary.LatestInvoiceNumber }}
{{ else }}
—
{{ end }}
{{ .BillingSummary.LatestInvoiceAmountDue }}
· {{ .BillingSummary.LatestInvoiceDate }}
No pools for this organization.
This pool is not active; it is not delivering entitlements.
{{ end }} {{ if not .HasAttachment }}No active plan
{{ end }}{{ .ProductName }}
{{ range $i, $rung := .Rungs }}{{ if $i }} · {{ end }}{{ $rung.LadderName }} rank {{ $rung.Rank }}{{ end }}
| Resource | Used | Limit |
|---|---|---|
{{ .ResourceKey }} |
{{ .Used }} | {{ .Limit }} |
{{ if gt (len .Rungs) 1 }}One extension refreshes all {{ len .Rungs }} ladders shown. {{ end }}Set Expires at to extend a trial, or leave it empty for an open-ended grant.
{{ $extendActive := and (eq $.FormName "extend") (eq $.FormPoolID .ProvisionID) }}Records the grant and updates this organization's entitlements right away. If the product occupies a plan-ladder tier, the pool moves to it; leave Valid until blank for an open-ended grant.
{{ $issueActive := and (eq $.FormName "issue") (eq $.FormPoolID "") }} {{ $formErr := fieldErr $.FormName "issue" $.FormPoolID "" $.FieldErrors "" }} {{ with $formErr }}One row per grant ever issued. The Delivery column shows which grants are delivering right now; superseded and inactive rows are history.
{{ end }}| Product | Reason | Delivery | Qty | Activated | Ended | Actions |
|---|---|---|---|---|---|---|
| {{ if .ProductName }}{{ .ProductName }}{{ else }}—{{ end }} | {{ .GrantReason }} |
{{ if eq .DeliveryState "live" }}
Live
{{ if .ExtendsLabel }} extends {{ .ExtendsLabel }}{{ end }} {{ else if eq .DeliveryState "superseded" }} Superseded {{ if .ReplacedByLabel }} replaced by {{ .ReplacedByLabel }}{{ end }} {{ else }} Inactive {{ end }} |
{{ .Quantity }} | {{ if .ActivatedAt }}{{ .ActivatedAt }}{{ else }}—{{ end }} | {{ if .EndedAt }}{{ .EndedAt }}{{ else }}—{{ end }} | {{ if eq .DeliveryState "live" }} {{ if eq .GrantReason "default" }} System-managed {{ else }} {{ end }} {{ end }} |
| Name | Role | Joined | |
|---|---|---|---|
| {{ .DisplayName }} | {{ .Email }} | {{ .RoleName }} | {{ .JoinedAt }} |
Showing the latest 16 of {{ .MembersTotal }}.
{{ end }} {{ end }}No tier changes recorded.
| Ladder | Change | From | To | By | Reason | When |
|---|---|---|---|---|---|---|
| {{ .LadderName }} | {{ if .ChangeTooltip }}{{ .ChangeLabel }}{{ else }}{{ .ChangeLabel }}{{ end }} | {{ .FromLabel }} | {{ .ToLabel }} | {{ if .ActorName }}{{ .ActorName }}{{ else }}{{ .ActorType }}{{ end }} | {{ .Reason }} | {{ .EffectiveAt }} |