{% extends "base.html" %} {% block title %}Batch Processing — AI Medical Intelligence Pipeline{% endblock %} {% block content %} {% set display_total = batch.total if batch.total else (expected_total or 0) %}

Processing Batch…

Analyzing {{ display_total }} DICOM file{{ 's' if display_total != 1 }} — please keep this page open.

{% if batch.queue_size is not none %} Queue size: {{ batch.queue_size }} {% endif %}

Total {{ display_total }}
Processed 0
Succeeded 0
Failed 0
0%
{% endblock %} {% block scripts %} {% endblock %}