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

Runs

{% for run in runs %}{% endfor %}
rundatestatusstarteddurationconsidered → eligible → triaged → assessed → shortlisted → selectedcosttotalwarnings
{{ run.id }} {{ run.date }} {{ run.status }}{% if run.dry_run %} dry{% endif %} {{ run.started }} {{ run.duration }} {{ run.funnel }} {{ run.costs }} {{ run.total }} {% if run.warnings > 0 %}{{ run.warnings }}{% else %}0{% endif %}
{% include "dashboard/_pager.html" %}
{% endblock %}