{# Status cards — grid of cards with status badge for each related entity #} {% 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 %}