{% extends "base.html" %} {% block title %}Costs · CalMiner{% endblock %} {% block content %}

Cost Overview

{% if scenarios %}
{% else %}

Create a scenario to review cost information.

{% endif %}
Choose a scenario to review CAPEX and OPEX details.

Add CAPEX Entry

{% if scenarios %}
{% else %}

Create a scenario before adding CAPEX entries.

{% endif %}

Add OPEX Entry

{% if scenarios %}
{% else %}

Create a scenario before adding OPEX entries.

{% endif %}
{% endblock %}