{% trans "Outposts are deployments of passbook components to support different environments and protocols, like reverse proxies." %}
{% trans 'Name' %} | {% trans 'Providers' %} | {% trans 'Health' %} | {% trans 'Version' %} | |
---|---|---|---|---|
{{ outpost.name }} | {{ outpost.providers.all.select_subclasses|join:", " }} | {% with health=outpost.deployment_health %} {% if health %} {{ health|naturaltime }} {% else %} Unhealthy {% endif %} {% endwith %} | {% with ver=outpost.deployment_version %} {% if ver.outdated %} {% if ver.version == "" %} - {% else %} {% blocktrans with is=ver.version should=ver.should %}{{ is }}, should be {{ should }}{% endblocktrans %} {% endif %} {% else %} {{ ver.version }} {% endif %} {% endwith %} | {% trans 'Edit' %} {% trans 'Delete' %} {% get_htmls outpost as htmls %} {% for html in htmls %} {{ html|safe }} {% endfor %} |