Model
{{ finding_count }} {{ "finding" if finding_count == 1 else "findings" }} on this model in project {{ config.name }}.
State
{% if worst_state == 'high_risk' %}High risk {% elif worst_state == 'failed' %}Failed {% elif worst_state == 'requires_review' %}Review {% elif worst_state == 'generating' %}Generating {% elif worst_state == 'upstream_fix' %}Upstream fix {% elif worst_state == 'safe' %}Safe {% elif worst_state == 'resolved' %}Resolved {% else %}Awaiting{% endif %}
Worst case across all findings on this model.
Total query cost
{% if total_cost is not none %}{{ total_cost | format_usd }}{% else %}—{% endif %}
Summed across {{ finding_count }} finding(s).
Total savings
{% if total_savings is not none and total_savings > 0 %}~{{ total_savings | format_usd }}{% else %}—{% endif %}
Estimated per-run savings across findings.
{{ f.opportunity_type | replace('_', ' ') | title }}