{# Deep-first instrument summary table — the `instr_table` panel payload (kind="table"). Serials link to per-instrument reports when they exist. #}
| # | Type | Serial | HAB (m) | ~Depth (m) |
|---|---|---|---|---|
| {{ loop.index0 }} | {{ row.instr_type }} | {% if row.report_exists %}{{ row.serial }}{% else %}{{ row.serial }}{% endif %} | {{ row.hab }} | {{ row.depth }} |