Run {{ run.id }} · {{ run.date }} · {{ run.status }}
Started {{ run.started }} · {{ run.duration }}
{% for line in run.lines %}{{ line }}
{% endfor %}
{% if run.warnings > 0 %}{{ run.warnings }} warning{% if run.warnings != 1 %}s{% endif %}
{% endif %} {% if let Some(error) = run.error %}{{ error }}
{% endif %} {% else %}No runs recorded yet.
{% endif %}No providers configured.
{% else %}Spend on the current UTC day across every recorded run.
No explicit ratings in the last seven days.
{% else %}{{ ratings_total }} verdict{% if ratings_total != 1 %}s{% endif %}: {% for count in ratings %}{{ count.label }} {{ count.count }}{% if !loop.last %} · {% endif %}{% endfor %}
{% endif %}No jobs recorded.
{% else %} {% if !active_jobs.is_empty() %}Recently finished
Every pick from the last three issues has a verdict.
{% else %}Picks from the last three issues without a verdict yet.