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

ImportBatch {{ obj.id }}

Status: {{ obj.status|capfirst }}

{% if enqueued|length > 0 %}

Batch Contents

{% for e in enqueued %} {% endfor %}
ItemSize (MB)Estimated Runtime
(hours, SID CORE files)
Status
{{ e.file.filename }} {{ e.file.hr_size }} {{ e.est_runtime|floatformat:1 }} {{ e.status }}{% if e.message %}
{{ e.message }}{% endif %}{% if e.start %}
Started {{ e.hr_start }}{% if e.complete %}
Completed {{ e.hr_complete }}{% for st in e.stagingtable_set.all %}
StagingTable #{{ st.pk }}: {{ st.name }}{% endfor %} {% endif %} {% endif %}
{% endif %} {% endblock %}