{# core/ui/templates/partials/list_wrapper_inner.html Generisches Card-/Listen-Template für runnable CRUD-Module. Ersetzt das innerHTML von #{{ container_id }} via HTMX. Variablen: cfg – dict {item_id: item_dict} aus load_config/storage module – Modulname (str) container_id – ID des Listen-Containers (z.B. "tab-borg") loading_id – ID des Lade-Indikators content_template – Pfad zum modul-spezifischen Inhalt-Partial running – dict der laufenden Jobs {key: mode} light_mode – bool (optionaler schreibgeschützter Modus) has_toggle – bool (default True) Toggle-Schalter in Card-Header und Ctx-Menu has_create – bool (default True) Neu-Button im Page-Header has_edit – bool (default True) Bearbeiten-Button im Ctx-Menu has_delete – bool (default True) Löschen-Button im Ctx-Menu Tabellen-Struktur (immer gleich): col-name | [modul-spezifische Spalten] | col-last-run (130px) | col-status (60px) | col-actions (38px) #} {% import 'partials/components/ui_macros.html' as ui %} {% if running %}
{% endif %}