{% extends "layout.html" %} {% block title %}TrueNAS Burn-In — Job #{{ job.id }}{% endblock %} {% block content %}
| Stage | State | Started | Duration | Error |
|---|---|---|---|---|
| {{ s.stage_name.replace('_', ' ').title() }} | {{ s.state }} | {{ s.started_at | format_dt_full }} | {{ s.duration_seconds | format_duration }} | {% if s.error_text %} {{ s.error_text }} {% else %}—{% endif %} |