{# Vendored from packages/web/src/governor_web/templates/opportunities/index.html. The cloud's datastar/SSE auto-refresh + smart-view machinery is stripped (audit doesn't run a background worker), but the visual structure — page header, summary cards, filter controls, table, pagination — is preserved 1:1 via the partials in this directory. #} {% extends "layout.html" %} {% block content %}
{# Page header — identical to cloud (eyebrow + title + Observed/Estimated/Validated tooltip) #}

Recommendation Workspace

Opportunities

!

Observed uses the latest known cost basis.

Estimated uses heuristic or workload savings.

Validated uses dry-run confirmation.

BigQuery spend analysis for {{ config.gcp_project_id }} / {{ config.bigquery_region }}

{# Summary cards #} {% include "opportunities/_summary_cards.html" %} {# Filter controls #}
{% include "opportunities/_filter_controls.html" %}
{# Table + pagination #}
{% include "opportunities/_table.html" %}
{% endblock %}