{% extends "base.html" %} {% block content %}

Runs

{% for r in runs %} {% else %} {% endfor %}
IDPolicyStatusEst. fetchesJobStartedFinishedDetail
{{ 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.
{% endblock %}