{% from "partials/components.html" import collapse %} {% from "partials/icons.html" import circle_check %} {% if orphaned or migrations or not_started %} {% call collapse("Pending Operations", id="pending-collapse", checked=expanded|default(true)) %} {% if orphaned %}

Orphaned Stacks (will be stopped)

{% endif %} {% if migrations %}

Stacks Needing Migration

{% endif %} {% if not_started %}

Stacks Not Started

{% endif %} {% endcall %} {% else %} {% endif %}