{% extends 'base.html' %} {% block title %} Batch Test Confirmation{{ block.super }} {% endblock %} {% block content %} {{ block.super }}

Batch Test Confirmation

Good files found: {{ gcount }}, bad files found: {{ bcount }}

{% if case_list %} {% for path, filename, filesize, model, case, status in case_list %} {% endfor %}
Model Case File Size (bytes) Status
{{ model }} {{ case }} {{ filesize }} {{ status }}
{% else %}

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 %}
{% if gcount > 0 %}
{% csrf_token %}
{% endif %}
Return to account menu {% endblock %}