{# Partial: module runs table for group_run_detail.html. Polls while running. #}
| run | module | started | duration | status | rows |
|---|---|---|---|---|---|
| #{{ r.id }} | {{ r.module_name }} | {{ r.started_at or "—" }} | {{ r.duration_s | duration }} | {{ r.status }} | {{ r.row_count if r.row_count is not none else "—" }} |