{{#if (gt item.Proxy.Upstreams.length 0) }} {{#tabular-collection data-test-upstreams items=item.Proxy.Upstreams as |item index| }} Upstream Datacenter Type Local Bind Address {{item.DestinationName}} {{#if (env 'CONSUL_NSPACES_ENABLED')}} {{#if (not-eq item.DestinationType 'prepared_query')}} {{! TODO: slugify }} {{or item.DestinationNamespace 'default'}} {{/if}} {{/if}} {{item.Datacenter}} {{item.DestinationType}} {{item.LocalBindAddress}}:{{item.LocalBindPort}} {{/tabular-collection}} {{else}}

There are no upstreams.

{{/if}}