{{ check.rule_id }}
{% for key, value in check.scope.items() %}{{ key | replace('_',' ') }}: {{ value }}{% if not loop.last %} · {% endif %}{% endfor %}
{% endif %}{{ check.message }}
Next action: {{ check.recommendation }}
{% set table = check.evidence.get('display_table') %} {% if table %}| Acquisition category | {% for level in table.target_levels %}{{ level }} | {% endfor %}
|---|---|
| {{ table.row_levels[i] }} | {% for count in row %}{{ count }} | {% endfor %}
{{ table.estimator }} · Value: {{ table.statistic.value if table.statistic.value is not none else 'undefined' }}{% if table.statistic.reason %} ({{ table.statistic.reason }}){% endif %}. Descriptive association is not proof of causality or model shortcut use.
{% elif check.evidence.get('details_omitted') %}Table details omitted. Linked cells, totals and statistics are not included in this projection. This may reflect privacy suppression or unavailable detail.
{% endif %} {% if sensitive and check.evidence %}{{ check.evidence | pretty_json }}
{% elif check.evidence.get('statistic') %}Statistic: {{ check.evidence.statistic.value }} · Reason: {{ check.evidence.statistic.reason }}
{% endif %}