{%extends "base.html"%} {%from "flash_messages.html" import flash_all_messages%} {%block title%}Background Jobs: Error{%endblock%} {%block pagetitle%}Background Jobs: Error{%endblock%} {%block contents%}

Background Jobs: Error

Job {{job["job_id"]}} failed!

The error details are in the "STDERR" section below.

STDERR

{{job["stderr"]}}
{%endblock%}