{{#let route.params.nspace route.model.dc route.model.items loader.data as |nspace dc items topology|}}
{{#if (and (eq topology.Upstreams.length 0) (eq topology.Downstreams.length 0) (not-eq dc.DefaultACLPolicy 'allow') (not topology.wildcardIntention))}}

No dependencies

This service has neither downstreams nor upstreams, which means that no services are configured to connect with it. Add upstreams and intentions to ensure this service is connected with the rest of your service mesh.

{{else}} {{#let (collapsible-notices topology.FilteredByACLs (eq dc.DefaultACLPolicy 'allow') topology.wildcardIntention topology.notDefinedIntention) as |collapsible| }} {{#if topology.FilteredByACLs}} {{/if}} {{#if (eq dc.DefaultACLPolicy 'allow')}} {{/if}} {{#if topology.wildcardIntention}} {{/if}} {{#if topology.notDefinedIntention}} {{/if}} {{/let}} {{#if config.data}} {{/if}} {{/if}}
{{/let}}