{{define "policy_row"}} {{.ID}} {{.Priority}} {{.Description}}
Show rule JSON
{{.RuleJSON}}
{{/* Extract effect from RuleJSON via prettyJSON — displayed separately */}} {{if .Enabled}}enabled{{else}}disabled{{end}} {{if .Enabled}} {{else}} {{end}} {{.UpdatedAt}} {{end}}