{# Findings table for one verify run. Context: `findings: list[VerifyFinding]`, optional `run: VerifyResult`. #} {% for f in findings %} {% else %} {% endfor %}
Rule Severity Scope Ours Broker Δ Actions
{{ f.rule_id }} {{ f.severity }} {{ f.scope }} {{ f.ours if f.ours is not none else '—' }} {{ f.theirs if f.theirs is not none else '—' }} {{ f.delta if f.delta is not none else '—' }}
{% include "verify/_finding_explain.html" %}
No findings — everything matched within tolerance.