{# ── Quick-filter tab strip ─────────────────────────────────────────────────── #} {% if not rows %} {# Contextual empty state referencing the active tab #} {% if active_tab == "stale" %} {% set line = "No stale items — everything is up to date." %} {% elif active_tab == "all" %} {% set line = "No matching installs — adjust the filters or search." %} {% else %} {% set line = "No " ~ active_tab ~ " installs yet." %} {% endif %} {% include "components/empty_state.html" %} {% else %} {# ── Desktop table ──────────────────────────────────────────────────────────── #}
{# ── Mobile card view ───────────────────────────────────────────────────────── #}