{% extends "base.html" %} {% block title %}Production ยท CalMiner{% endblock %} {% block content %}

Production Output

{% if scenarios %}
{% else %}

Create a scenario to view production output data.

{% endif %}
Choose a scenario to review its production output.

Add Production Output

{% if scenarios %}
{% else %}

Create a scenario before adding production output.

{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}