{% extends "base.html" %} {% block title %}{{ session.serial }} - Imaging Session{% endblock %} {% block content %}
| Time | Stage | Status | Detail |
|---|---|---|---|
| {{ h.ts }} | {{ h.stage_index }} | {{ h.status }} | {{ h.current_stage or '' }} |
{{ full_log }}
{% else %}
log_lines
entries yet, or the sidecar file was cleared.
{% for line in session.log_tail %}{{ line }}
{% endfor %}