{% extends "base.html" %} {% block title %}Scenario Builder{% endblock %} {% block page_title %}Scenario Builder{% endblock %} {% block content %}
| Name | Type | Status | Created |
|---|---|---|---|
| {{ s.name }} | {{ s.scenario_type }} | {{ 'Active' if s.is_active else 'Inactive' }} | {{ s.created_at.strftime('%Y-%m-%d') }} |
No scenarios created yet.
{% endif %}