{# Table group — Alpine tab switching within a related group. Contract: ~/.claude/skills/ux-architect/components/related-displays.md (UX-032) v0.62 CSS refactor: inline Tailwind → semantic .dz-related-* classes (components/fragments.css). Active-tab styling driven by .is-active modifier toggled by Alpine `:class="{...}"` — single token swap. #} {% from 'macros/status_badge.html' import render_status_badge %} {% set first_tab_id = group.tabs[0].tab_id if group.tabs else '' %}