{% 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) %}
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 %}