{{ if .Error }} {{ else if and (not .HasEntitlements) (not .Enrolled) }}

No active entitlements found.

{{ else }} {{ range .PoolTiers }}
{{ if .HasTier }} {{ .LadderKey }} You are on {{ .TierName }} {{ else }} No active plan {{ end }}
{{ end }} {{ if .Entitlements }}
{{ range .Entitlements }}
{{ .Label }}{{ if .IntegrationName }} · {{ .IntegrationName }}{{ end }} {{ .CurrentUsage }} / {{ .ResourceLimit }}
{{ end }} {{ end }} {{ if .BooleanEntitlements }}
{{ range .BooleanEntitlements }}
{{ .Label }}{{ if .IntegrationName }} · {{ .IntegrationName }}{{ end }} Included
{{ end }} {{ end }} {{ if .Sources }}
Sources {{ range .Sources }}
{{ .Reason }} {{ .ProductName }}{{ if .ValidFrom }} · since {{ .ValidFrom }}{{ end }}
{{ end }} {{ end }} {{ end }}