{% extends "djhcup_staging_object_detail.html" %} {% block title %}{{ title }}{% endblock %} {% block details %}

Batch {{ batch.id }}

Status: {{ batch.status|capfirst }}

{% if enqueued_files|length > 0 %}

Files in this batch

{% for f in enqueued_files %} {% endfor %}
FilenameSize on Disk (MB)Estimated Runtime
(hours, SID CORE files)
StatusStartedCompletedActual Runtime
{{ f.file.filename }} {{ f.file.hr_size }} {{ f.est_runtime|floatformat:1 }} {{ f.status }} {{ f.hr_start }} {{ f.hr_complete }} {{ f.hr_runtime|floatformat:1 }}
{% endif %} {% endblock %}