• {{ row.name }}
    {{ row.health_state.replace("_", " ") }} {{ "enabled" if row.enabled else "disabled" }} last sync: {{ row.last_sync_at or "-" }} last activity: {{ row.last_activity_name or "-" }} ({{ row.last_activity_status or "-" }})
    {% if row.action_reason == "garmin_mfa_required" %} Garmin MFA required — resolve {% elif row.action_reason == "mywhoosh_device_conflict" %} MyWhoosh account logged in on another device — log out there, then retry {% endif %}