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

Orphaned Services (will be stopped)

{% endif %} {% if migrations %}

Services Needing Migration

{% endif %} {% if not_started %}

Services Not Started

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