{% extends "base.html" %} {% from "partials/_inventory_states.html" import empty_state, error_state %} {% block title %}Runs · FreeWeight{% endblock %} {% block content %}
The run could not be started.
{{ error }}
| Run | Status | Suite | Model | Label | Created | Completed |
|---|---|---|---|---|---|---|
{{ run.id[:10] }}… |
{{ run.status }} | {{ run.suite_key }} {{ run.suite_version }} | {{ run.model_canonical_id }} |
{{ run.label or "—" }} | {{ run.created_at | timestamp }} | {{ run.completed_at | timestamp }} |