checks

{% if runs %} {% for r in runs %} {% endfor %}
CheckScoreVerdictLast runSummary
{{ r.check_id }} {{ "%.4f"|format(r.score) }} {{ r.verdict }} {{ r.ran_at }} {{ r.plain_english }}
{% else %}

No check runs yet. Run dqt run to populate the store.

{% endif %}