Status
{{ scenario.status.value.title() }}
Lifecycle state{% extends "base.html" %}
{% block title %}{{ scenario.name }} · Scenario · CalMiner{% endblock %}
{% block head_extra %}
{% endblock %}
{% block content %}
Part of {{ project.name }}
{{ scenario.status.value.title() }} {{ scenario_metrics.financial_count }} {{ scenario_metrics.parameter_count }} {{ scenario_metrics.currency or '—' }}{{ scenario.name }}
Status
Financial Inputs
Simulation Parameters
Currency
Uses this scenario’s assumptions as defaults.
Compare assumption sets and launch calculators in context.
Adjust dates, status, or drivers before recalculations.
| Name | Category | Amount | Currency |
|---|---|---|---|
| {{ item.name }} | {{ item.category.value.title() }} | {{ '{:,.2f}'.format(item.amount) }} | {{ item.currency or '—' }} |
No financial inputs recorded yet.
{% endif %}| Name | Distribution | Variable | Resource |
|---|---|---|---|
| {{ param.name }} | {{ param.distribution.value.title() }} | {{ param.variable.value.replace('_', ' ') | title if param.variable else '—' }} | {{ param.resource_type.value.replace('_', ' ') | title if param.resource_type else '—' }} |
No simulation parameters defined.
{% endif %}