{%extends "background-jobs/base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Background Jobs{%endblock%} {%block pagetitle%}Background Jobs{%endblock%} {%block contents%} {{flash_all_messages()}}

Background Jobs

{%for job in jobs%} {%else%} {%endfor%}
Type Created Expires Status Actions
{{job.metadata["job-type"]}} {{display_datetime(job.created)}} {{display_datetime(job.expires)}}
{{job.metadata.status}}
view summary
You do not have any jobs you have run in the background.
{%endblock%} {%block sidebarcontents%}
What is this?

The table lists the jobs that are running in the background, that you started.

You can use the tools provided on this page to manage the jobs, and to view each job's details.

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