{% extends "base.html" %} {% block title %}Batch Processing — ICH Screening{% endblock %} {% block content %}

Processing Batch…

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

Total {{ batch.total }}
Processed 0
Succeeded 0
Failed 0
0%
{% endblock %} {% block scripts %} {% endblock %}