{% trans "Outpost Service-Connections define how passbook connects to external platforms to manage and deploy Outposts." %}
{% trans 'Name' %} | {% trans 'Type' %} | {% trans 'Local?' %} | {% trans 'Status' %} | |
---|---|---|---|---|
{{ sc.name }} | {{ sc|verbose_name }} | {{ sc.local|yesno:"Yes,No" }} | {% if sc.state.healthy %} {{ sc.state.version }} {% else %} {% trans 'Unhealthy' %} {% endif %} | {% trans 'Edit' %} {% trans 'Delete' %} |