Status: {{ scenario.status.value.title() }}
| Name | Category | Amount | Currency |
|---|---|---|---|
| {{ item.name }} | {{ item.category.value.title() }} | {{ '{:,.2f}'.format(item.amount) }} | {{ item.currency or '—' }} |
No financial inputs recorded.
{% 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 %}