{% extends "base.html" %}
{% block title %}{% if scenario %}Edit {{ scenario.name }}{% else %}New Scenario{% endif %} · CalMiner{% endblock %}
{% block head_extra %}
{% endblock %}
{% block content %}
Configure assumptions and metadata for this scenario.{% if scenario %}Edit Scenario{% else %}Create Scenario{% endif %}