diff --git a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html index e69de29bb..c4fc435f9 100644 --- a/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html +++ b/app/grandchallenge/algorithms/templates/algorithms/job_status_detail.html @@ -0,0 +1,52 @@ + + {% if object.animate %} + + {% endif %} + {{ object.get_status_display }}{% if object.status == object.SUCCESS and object.stderr %}, + with warnings{% endif %} + + +{% if object.error_message %} + +
+ + + +{% endif %}