diff --git a/app/templates/jobs/job.html.j2 b/app/templates/jobs/job.html.j2 index dd6d75f0..490a1060 100644 --- a/app/templates/jobs/job.html.j2 +++ b/app/templates/jobs/job.html.j2 @@ -73,6 +73,91 @@
+

Input and result files

+
+ +
+
+
+ Filewise + + + + + + + + + + {% for input in job.inputs %} + + + + + + {% endfor %} + +
FilenameDownloadResult
{{ input.filename }} + + file_download + +
+
+
+
+ +
+
+
+ Bundled + + + + + + + + + + + + + + + + + + + + + + + + + +
BundlenameDownload
AIO-Bundle + + file_download + +
PDF-Bundle + + file_download + +
TXT-Bundle + + file_download + +
XML-Bundle + + file_download + +
+
+
+
+ + +
Files