{# Onboarding Checklist Macro - Phase 5 Navigation & Progress Tracking #} {% macro onboarding_checklist(status, collapsible=True) %} {# Renders the onboarding progress checklist sidebar. Args: status: Dict with setup completion flags from get_setup_status() collapsible: Whether the checklist can be collapsed (default True) #}