{# ADR-0017 Phase 6: drawer body only — rendered via cc_drawer.html's {% include body_template %}. No longer a standalone tab page. #} {% block content %}

05 — Definitions

Definition inconsistencies surfaced by the latest run. Set a verdict on each below, or in the main findings list.

{% if run is none %}

No runs yet

Ingest documents on the Ingest tab, then run a check to surface definition inconsistencies here.

{% else %}

Definition inconsistencies

{{ run.run_id }}

{% if reviewed_count is not none %} {{ reviewed_count }} of {{ total_count }} reviewed {% endif %}
{% if findings %} {% for f in findings %} {% endfor %}
Term Doc A Doc B Rationale Mark
{{ f.term }} {{ f.doc_a_label }} {{ f.doc_b_label }} {{ f.rationale }} {% if f.reviewer_verdict %} {{ f.reviewer_label }} {% else %} {% set pair_key = f.pair_key %} {% set detector_type = "definition_inconsistency" %} {% set prior_verdict = "" %} {% include "cc__verdict_buttons.html" %} {% endif %}
Def A: {{ f.def_a_text }}
Def B: {{ f.def_b_text }}
{% else %}

All findings reviewed.

{% endif %} {% endif %}
{% endblock %}