{%extends "base.html"%} {%from "cli-output.html" import cli_output%} {%block title%}Samples Upload Failure{%endblock%} {%block contents%}

{{job.job_name}}

There was a failure attempting to upload the samples.

Here is some information to help with debugging the issue. Provide this information to the developer/maintainer.

Debugging Information

stdout

{{cli_output(job, "stdout")}}

stderr

{{cli_output(job, "stderr")}} {%endblock%}