Rules: {{ .EntitlementSet.Name }}

{{ if .Error }} {{ end }}

Rule changes take effect at a pool's next conferral, not immediately. Adding or deleting a rule here does not re-materialize entitlements already delivered to a pool.

Add Rule

{{ $err := index .FieldErrors "resource_key" }} {{ with $err }}
{{ . }}
{{ end }}
{{ template "operator_entitlement_set_rule_fields.html" .RuleFields }}
{{ if eq (len .Rules) 0 }}

No rules defined for this set.

{{ else }}
{{ range .Rules }} {{ if eq .RuleType "boolean" }} {{ else }} {{ end }} {{ end }}
Resource Key Value Per Unit Stacking Active Actions
{{ .ResourceKey }}Included (on/off capability){{ .ResourceValue }} {{ if .ResourcePerUnit }}Yes{{ else }}No{{ end }} {{ .StackingPolicy }} {{ if .IsActive }}Yes {{ else }}No{{ end }} {{ if .IsLiveBacking }}
Backs entitlements pools currently hold; their materialized limits persist until the pool's next conferral, then future conferrals stop including this resource.
{{ end }}
{{ end }}