{{#if (gt @lines.length 0)}} {{#each @lines as |line|}} {{#if (eq line.permission 'deny')}} {{else}} {{/if}} {{/each}} {{/if}} {{#each @items as |item|}} {{#if (and (not-eq item.Datacenter '') (or (not item.Intention.Allowed) item.Intention.HasPermissions))}} {{/if}} {{/each}}