{%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%}
Job {{job["job_id"]}} failed!
The error details are in the "STDERR" section below.
{{job["stderr"]}}{%endblock%}