{% from '_status.html' import status_dot %} {% if run %}
Status
{{ status_dot(run.status.value) }} {{ run.status.value }}Progress
{{ run.progress[0] }} / {{ run.progress[1] }}
CPU Hours
{% if run.total_cpu_hours >= 1 %} {{ "%.1f"|format(run.total_cpu_hours) }}h {% elif run.total_cpu_hours > 0 %} {{ "%.1f"|format(run.total_cpu_hours * 60) }}m {% else %} — {% endif %}
Created
Max Concurrent
{{ run.max_concurrent }}
Est. Cost
${{ "%.2f"|format(cost_summary.total_cost) }}
{% if cost_summary.uncosted_tasks > 0 %}{{ cost_summary.costed_tasks }}/{{ cost_summary.costed_tasks + cost_summary.uncosted_tasks }} tasks costed
{% endif %}