{% if active_corpus is none %}
{{ finding.assertion_a_text }}
{{ finding.assertion_b_text }}
Why{{ finding.judge_rationale }}
{% endif %}No runs yet.
{% elif counts.all %} {# The run has findings but the active filter excludes them all. #}No findings match the “{{ filter|replace('_', ' ') }}” filter.
Show all {% else %} {# A completed run that surfaced nothing is the success case. #}✓ No contradictions found in the latest run.
{% endif %}