{% extends "base.html" %} {% block title %}STEEL-IQ Simulation Runs{% endblock %} {% block content %}

STEEL-IQ Simulation Runs

New Simulation
{% include "steeloweb/partials/messages.html" %} {% include "steeloweb/partials/worker_status_htmx.html" %}
{% if modelruns %} {% include "steeloweb/partials/_modelrun_table_rows.html" %}
ID Name Started Status Duration Actions
{% else %}
Getting Started

No model runs found yet. Here's how to get started:

  1. Browse the master Excel files to see available input data templates
  2. Download, modify, and upload your own master Excel input file
  3. Create a new simulation with your prepared data
{% endif %}
{% endblock %} {% block extra_js %} {% endblock %}