{% extends "base.html" %} {% block title %}Costs · CalMiner{% endblock %} {% block content %} Cost Overview {% if scenarios %} Scenario filter Select a scenario {% for scenario in scenarios %} {{ scenario.name }} {% endfor %} {% else %} Create a scenario to review cost information. {% endif %} Choose a scenario to review CAPEX and OPEX details. Capital Expenditures (CAPEX) Amount Description Total — No CAPEX records for this scenario yet. Operational Expenditures (OPEX) Amount Description Total — No OPEX records for this scenario yet. Add CAPEX Entry {% if scenarios %} Scenario Select a scenario {% for scenario in scenarios %} {{ scenario.name }} {% endfor %} Amount Description (optional) Add CAPEX {% else %} Create a scenario before adding CAPEX entries. {% endif %} Add OPEX Entry {% if scenarios %} Scenario Select a scenario {% for scenario in scenarios %} {{ scenario.name }} {% endfor %} Amount Description (optional) Add OPEX {% else %} Create a scenario before adding OPEX entries. {% endif %} {% endblock %}
Create a scenario to review cost information.
No CAPEX records for this scenario yet.
No OPEX records for this scenario yet.
Create a scenario before adding CAPEX entries.
Create a scenario before adding OPEX entries.