+ ${this.provider?.assignedApplicationName
+ ? html``
+ : html`
+ ${t`Warning: Provider is not used by an Application.`}
+
`}
+ ${this.provider?.outpostSet.length < 1
+ ? html`
+ ${t`Warning: Provider is not used by any Outpost.`}
+
`
+ : html``}
+ ${this.provider?.assignedApplicationName
+ ? html``
+ : html`
+ ${t`Warning: Provider is not used by an Application.`}
+
`}
+ return html`
+ ${this.provider?.assignedApplicationName
+ ? html``
+ : html`
+ ${t`Warning: Provider is not used by an Application.`}
+
`}
+ ${this.provider?.outpostSet.length < 1
+ ? html`
+ ${t`Warning: Provider is not used by any Outpost.`}
+
`
+ : html``}