Admin Only
GCP Project: {{ display_gcp_project_id or "Unavailable from run_results" }} {% if config.gcp_project_name %} ({{ config.gcp_project_name }}) {% endif %}
{% if not local_runtime_mode %}Manifest Source: {{ config.manifest_source | replace('_', ' ') | title }}
{% endif %}Sync failed
{% if active_sync and active_sync.status == 'failed' %} {{ active_sync.last_error or (active_sync.errors[0].error_message if active_sync.errors else 'Governor could not complete the sync.') }} {% endif %}
{{ error.error_type }}{% if error.step_context %} at {{ error.step_context }}{% endif %}
{{ error.error_message }}
{{ errors['manifest_upload'][0] }}
{% endif %} {% if last_manifest_change_at %}Manifest uploaded
Last updated {{ last_manifest_change_at | timeago }}