{# Partial: recent runs panel + out-of-band status pill update. Rendered by both module_detail.html (on load) and the live-fragment endpoint. Polls every 3s while running; stops automatically when idle. #}
| id | started | duration | status | rows |
|---|---|---|---|---|
| #{{ r.id }} | {{ r.started_at or '—' }} | {{ r.duration_s | duration }} | {{ r.status }} | {{ r.row_count if r.row_count is not none else "—" }} |