{{ m.mac }} {% if m.image_sha256 %} {{ m.image_sha256[:12] }}... {% else %} discovered {% endif %} {{ m.provisioning_mode }} {% if m.boot_policy == 'flash' %} flash {% elif m.boot_policy == 'tui' %} tui {% else %} local {% endif %} {{ m.hostname or "-" }} {% if m.last_seen_at %} {{ m.last_seen_at }} {% else %} never {% endif %} {% if m.last_flashed_at %} {{ m.last_flashed_at }} {% else %} - {% endif %} {# Last cijoe-task status. Same badge palette as the per-machine detail page so the at-a-glance view and the drill-in view tell the same story. #} {% if m.last_task_status == 'running' %} running {% elif m.last_task_status == 'completed' %} completed {% elif m.last_task_status == 'cancelled' %} cancelled {% elif m.last_task_status == 'failed' %} failed {% else %} - {% endif %} Edit