{%extends "background-jobs/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%from "background-jobs/macro-display-job-details.html" import display_job_details%} {%block title%}Background Jobs{%endblock%} {%block pagetitle%}Background Jobs{%endblock%} {%block breadcrumbs%} {{super()}} {%endblock%} {%block contents%} {{flash_all_messages()}}

background jobs: summary

{{display_job_details(job, display_datetime)}}
{%if view_under_construction%}
update expiry
{%if job.metadata.status in ("stopped",)%}
Run Copy
{%endif%} {%endif%}
delete

Script Errors and Logging

{{job["stderr"]}}

Script Output

{{job["stdout"]}}
{%endblock%} {%block sidebarcontents%}
What is this?

This page shows the results of running job '{{job.job_id}}'.

{{super()}} {%endblock%}