Products

Entitlement sets Plan ladders
{{ if .Error }} {{ end }}

Catalog overview

{{ .Summary.Total }}
Total products
{{ .Summary.Published }}
Published
{{ .Summary.Draft }}
Draft
{{ .Summary.Retired }}
Retired
{{ .Summary.PublishedTiers }}
Published, ladder tiers
{{ .Summary.PublishedOffLadder }}
Published, off-ladder

Create Product

{{ if .EntitlementSetGate.Blocked }} {{ template "emptyState" .EntitlementSetGate }} {{ else }}
{{ $err := index .FieldErrors "name" }} {{ with $err }}
{{ . }}
{{ end }}
{{ $err := index .FieldErrors "entitlement_set_id" }} {{ with $err }}
{{ . }}
{{ end }}
{{/* The wrap disclosure lives in the help icon's tooltip (form-conventions: dense rows keep explanations behind a help icon; create/edit difference disclosed at the field). text-nowrap keeps checkbox, label, and icon one unbreakable unit. */}}
{{ end }}
{{ if eq (len .Products) 0 }} {{ template "emptyState" .EntitlementSetGate }} {{ else }}
{{ range .Products }} {{ end }}
Name Display category Entitlement Set Active Public Created Actions
{{ .Name }} {{ if .DisplayCategory }}{{ .DisplayCategory }}{{ else }}{{ end }} {{ .EntitlementSetName }} {{ if .IsActive }}Active {{ else }}Inactive{{ end }} {{ if .IsPublic }}Yes {{ else }}No{{ end }} {{ .CreatedAt }} Manage

Total: {{ len .Products }} products

{{ end }}