{# Status list region — v0.61.69 (#3, AegisMark UX patterns roadmap). Vertical list of icon + title + secondary copy + state pill. The canonical row shape for AegisMark's "agreement card", "schedule grid", and "scope grid" patterns. Authored shape only this cycle (`entries:` dash-list); source-bound variant deferred. State tokens reuse the action_grid + metrics + notice palette (positive / warning / destructive / accent / neutral). All tints route through design-system colour tokens via dz-tones.css keyed off `data-dz-state` on the row. v0.62 CSS refactor: inline Tailwind → semantic .dz-status-list-* classes (components/regions.css). Tone tinting still routes through dz-tones.css attribute selectors — that file is unchanged so the existing palette plumbing keeps working. Card safety: region emits zero chrome + zero title. The dashboard slot owns both via region_card. #} {% from 'macros/region_wrapper.html' import region_card %} {% call region_card(title) %}
{{ empty_message | default("No status entries.") }}
{% endif %}