{% from "_macros.html" import th %}
| #{{ r.id }} | {{ r.policy }} | {{ r.status }} | {% if r.status == 'running' %}— {% elif r.rows_new is none %}未上报 not reported {% else %}{{ r.rows_new }} 新 new / {{ r.rows_attempted or 0 }} 试 att.{% endif %} | {{ r.finished_at or '—' }} |
| 还没有运行 No runs yet. | ||||