{% extends "base.html" %} {% block content %}
| ID | Policy | Status | Est. fetches | Job | Started | Finished | Detail |
|---|---|---|---|---|---|---|---|
| {{ r.id }} | {% if r.origin == 'adhoc' %}ad-hoc{% else %}{{ r.policy }}{% endif %} | {{ r.status }}{% if r.status == 'running' %}{% endif %} | {{ r.estimate }} | {{ r.job_ref or '—' }} | {{ r.started_at or '—' }} | {{ r.finished_at or '—' }} | {{ (r.detail or '')[:80] }} |
| No runs. | |||||||