{{ if eq .SelectedKind "boolean" }}

On/off capability — no value, stacking, or quantity multiplier. It is granted while any active provision carries this rule.

{{ else if eq .SelectedKind "numeric" }}
{{ $err := index .FieldErrors "resource_value" }} {{ with $err }}
{{ . }}
{{ end }}

Checked: the value is added once per purchased unit (1 per seat × 3 seats = 3). Unchecked: flat total regardless of quantity.

{{ else }}

Select a resource key to configure the rule.

{{ end }}