{{#each @items as |item|}}
{{#let (find-by 'id' (concat item.Namespace item.Name) @positions) as |style|}}
{{#if (and (not item.Intention.Allowed) (not item.Intention.HasPermissions))}}
An intention is set to 'deny' that prohibits these services from connecting.
{{else if item.Intention.HasPermissions}}
The intention between these services has Layer 7 permissions, so certain requests may or may not be permitted.
{{/if}}
{{/let}}
{{/each}}