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