{# M11.1 task 5.2 — /analyzing sections A (요약) + B (즉시 분석 큐). HTMX 5초 polling target: hx-get="/analyzing/partial" hx-trigger="every 5s" Sections C+D (배치 job 목록 + 취소) 는 task 5.3 에서 추가. #}
{{ _("Interactive queue") }}: {{ summary.interactive_count }} · {{ _("Batch image") }}: {{ summary.batch_image }} · {{ _("Batch spritesheet") }}: {{ summary.batch_spritesheet }} · {{ _("Batch audio") }}: {{ summary.batch_audio }} · {{ _("Batch embed") }}: {{ summary.batch_embed }} {% if summary.eta_seconds is not none and summary.eta_seconds > 0 %} · ETA: ~{{ (summary.eta_seconds / 60) | round(0) | int }} {{ _("minutes") }} {% endif %}
{{ _("Now analyzing") }}:
{{ interactive.in_flight_path }}
| path | kind |
|---|---|
| {{ a.path }} | {{ a.kind }} |
{{ _("Queue empty") }}
{% endif %}{{ _("No active batch jobs") }}
{% endif %}| path | kind | error |
|---|---|---|
| {{ a.path }} | {{ a.kind }} | {{ a.analysis_error or "" }} |
{{ _("No recent failures") }}
{% endif %}