{# Audit "Active Issues" — adapted from governor_web/templates/dashboard/_opportunities_summary.html @ 19455c57c5a9. Same `ui-pane` container, same per-rule type-card grid. No verified-savings line because audit doesn't generate solutions (read-only). #}

Active Issues

Cost optimization opportunities by rule type

{% if opportunities.total_count > 0 %} View all {% endif %}
{% if opportunities.type_cards and opportunities.type_cards | length > 0 %}
{% for card in opportunities.type_cards %}

{{ card.label }}

{{ card.count }}
Flagged spend {{ card.total_cost | format_usd }}
Findings {{ card.count }}
{% endfor %}

{{ opportunities.total_count }} active opportunities

{% else %}

No active opportunities detected for this scan.

{% endif %}