diff --git a/app/templates/jobs/job.html.j2 b/app/templates/jobs/job.html.j2 index 45b81cea..1f4b5245 100644 --- a/app/templates/jobs/job.html.j2 +++ b/app/templates/jobs/job.html.j2 @@ -1,130 +1,125 @@ {% extends "nopaque.html.j2" %} -{% set headline = 'Job'.format(service=job.service) %} +{% set headline = 'Job view'.format(service=job.service) %} {% block page_content %} -
{{ job.description }}
-Filename | -Download | -
---|---|
{{ input.filename }} | -- - file_download - - | -
Bundlename | -Download | -
---|
{{ job.description }}
+Original input files.
+Processed result files.
+No results available (yet). Is the job already completed?
+Do you really want to delete the job {{job.title}}? All associated files will be permanently deleted.
+Do you really want to delete the job {{ job.title }}? All associated files will be permanently deleted.