{# v0.4 task row with hover tooltip. Row shows dot + name + time. Hover reveals a floating tooltip with details. Click loads the phase view. #} {% set phase_idx = task._phases.index(task.current_phase) if task.current_phase in task._phases else -1 %} {% set is_active = task.status not in ('done', 'failed') %}