Tick every policy that should apply to clients in this subnet. Policies are
evaluated together: an allowlist in any of them overrides a blacklist match in
any other.
{{if .Data.Policies}}
{{range .Data.Policies}}
{{end}}
{{else}}
{{template "empty" dict "Icon" "bi-sliders" "Title" "No policies exist yet"
"Message" "A policy pairs a set of blacklists and allowlists with a block action. Create one, then come back and assign it here."}}
{{end}}