{# Status cards — grid of cards with status badge for each related entity #} {# Contract: ~/.claude/skills/ux-architect/components/related-displays.md (UX-032) #} {% from 'macros/status_badge.html' import render_status_badge %} {% for tab in group.tabs %} {% if tab.visible | default(true) %}
{{ item[col.key] | default("—") }}
{% else %}{{ item[col.key] | default("—") }}
{% endif %} {% endfor %}No {{ tab.label | lower }} found.
{% endif %}