{% extends 'base.html' %} {% block title %} Batch Test Confirmation{{ block.super }} {% endblock %} {% block content %} {{ block.super }}
Good files found: {{ gcount }}, bad files found: {{ bcount }}
{% if case_list %}| Model | Case | File Size (bytes) | Status |
|---|---|---|---|
| {{ model }} | {{ case }} | {{ filesize }} | {{ status }} |
No appropriate files found.
{% endif %} {% if gcount > 0 %}If you proceed, files listed as "ready" will be processed. Any files with a negative status have already been deleted and will need to be corrected before resubmission.
{% else %}No suitable files were found for processing.
{% endif %}