Job details for {{ job.command }} {% if job.assigned_to is not none %}{{ job.assigned_to.ip }}{% endif %}

{% if job.last_exit_code is none and job.pid is defined %}

The job was started at {{ job.last_start_on }}

{% endif %}
stdout stderr exit
{% if job.last_std_out is not none %}{{ job.last_std_out.decode("utf-8") }}{% else %}none{% endif %} {% if job.last_std_out is not none %}{{ job.last_std_err.decode("utf-8") }}{% else %}none{% endif %} {% if job.last_std_out is not none %}{{ job.last_exit_code }}{% else %}none{% endif %}