{% from "partials/components.html" import collapse %} {% from "partials/icons.html" import layers, search %} {% call collapse("Stacks by Host", id="stacks-by-host-collapse", checked=expanded|default(true), icon=layers()) %}
{% for host_name, host_stacks in stacks_by_host.items() | sort %}

{{ host_name }}{% if host_name in hosts %}{{ hosts[host_name].address }}{% endif %}

{% else %}

No stacks currently running.

{% endfor %} {% endcall %}