{% extends "base/base.html" %} {% block content %}
Message | {% for error in batch.logs.errors %}
---|
{{ error }} |
UID | Added | Modified | Status | {% for image in batch.image_set.all %}|
---|---|---|---|---|
{{ image.uid }} | {{ image.add_date }} | {{ image.modify_date }} | {% include "batch/image_status.html" %} |
There are no images in this batch.