{% extends "base.html" %} {% block title %}Scenarios · {{ project.name }} · CalMiner{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Total Scenarios

{{ scenario_totals.total }}

Across this project

Active

{{ scenario_totals.active }}

Currently live analyses

Draft

{{ scenario_totals.draft }}

Awaiting validation

Archived

{{ scenario_totals.archived }}

Historical references

Project Context

Project
{{ project.name }}
Operation Type
{{ project.operation_type.value.replace('_', ' ') | title }}
Location
{{ project.location or '—' }}
Latest Update
{{ scenario_totals.latest_update.strftime('%Y-%m-%d %H:%M') if scenario_totals.latest_update else '—' }}

Quick Actions

Scenario Portfolio

Each scenario below inherits pricing defaults and links directly into calculators.

Add Scenario
{% if scenarios %} {% else %}

No scenarios yet. Create the first scenario.

{% endif %}
{% endblock %}