{% extends "base.html" %} {% block title %}{{ slug }} history · Gauntlet Console{% endblock %} {% block body %}
No runs for this slug yet.
{% else %}| Run | Status | Current step | Started | Ended | |
|---|---|---|---|---|---|
| {{ r.run_id }} {% if r.active %}active{% endif %} | {{ r.status }} | {{ r.current_step or "—" }} {% if r.current_step_status %}({{ r.current_step_status }}){% endif %} | {{ r.started or "—" }} | {{ r.ended or "—" }} | cost |