{# Deploy progress partial - SSE driven #}
{% if stacks %} {% for stack in stacks %}
{% if stack.status == "completed" %} {% elif stack.status == "in_progress" %} {% elif stack.status == "failed" %} {% else %} {% endif %} {{ stack.name }} {{ stack.status }}
{% endfor %} {% else %}
Waiting for deployment to start...
{% endif %}