%inherit file="base.html"/>
%if status:
Job Status #${status.jobId}
ID
${status.jobId}
E-mail
${status.email}
vmcore
${status.vmcore}
path
${status.path}
message
${status.msg}
created
${status.created}
%else:
Error in job processing
${errors['error']}
%endif