{% extends "base.html" %} {% block title %}Runs · Striatum{% endblock %} {% block main %} Runs {% if runs %} Run State Branch {% for run in runs %} {{ run.run_id }} {{ run.state }} {{ run.branch_name or "—" }} {% endfor %} {% else %} No runs recorded. Use striatum run prepare to create one. {% endif %} {% endblock %}
{{ run.branch_name or "—" }}
No runs recorded. Use striatum run prepare to create one.
striatum run prepare