{% macro duration(job) -%} {%- if job.started_at and job.finished_at -%} {{ job._duration }} {%- elif job.started_at and not job.finished_at -%} {{ job._duration }} {%- else -%}  {%- endif -%} {%- endmacro %} {% if not acquisitions %}

Aucune acquisition. Ingeste un dossier via scripts/ingest.py.

{% else %}
{% for acq in acquisitions %}

{{ acq.name }} {{ acq.total_duration }}

{# Stitch section (placeholder — wired up once multi-job stitching lands) #}
stitch
  • pair GP1↔GP2 per AUV
  • cross-AUV merge
  • final PLY
{% endfor %}
{% endif %}