{# ── HTMX partial: table body for list view ── Swapped into #items-table-body when filters change. Variables: items, next_cursor, project_key, project, kind_color(), kind_label(), status_color(), status_label(), filter_kind, filter_status, filter_tag, filter_applies_to, filter_include_deleted #} {% for item in items %} {% set view = "list" %} {% include "components/item_card.html" %} {% endfor %} {% if next_cursor %} {% endif %} {% if not items %}

{{ t("common.no_matching_items") }}

{% endif %}