{# Wizard complete — redirects to /admin/configurations after a beat (where the user can hit "Run scan" to populate the cache). #} {% extends "setup/layout.html" %} {% block content %}

All set

Audit is configured for {{ config.gcp_project_id }} / {{ config.bigquery_region }}. Run your first scan to populate the dashboard.

Signed in as
{{ principal or "—" }}
Project
{{ config.gcp_project_id }}
Region
{{ config.bigquery_region }}
LLM review
{{ "enabled" if config.llm.enabled else "disabled" }} · {{ config.llm.provider }} / {{ config.llm.model }}
{% endblock %}