{% extends "layouts/content-bootstrap.html" %} {% block styles %} {% endblock styles %} {% block content %}

Expanded job definition file - {% if job.is_multinode %}{{ job.sub_id }}{% else %}{{ job.id }}{% endif %} download

This job has repeated actions. Resubmit action will use Original Definition.
{% if job.actual_device %}
Name
{{ job.actual_device.hostname }}{% if not job.is_vmgroup %} (reports){% endif %}
{% endif %} {% if job.requested_device %}
Type
{{ job.requested_device.device_type }}{% if not job.is_vmgroup %} (reports){% endif %}
{% elif job.requested_device_type %}
Requested type
{{ job.requested_device_type }} (reports)
{% endif %}
{% if job.is_multinode or job.is_vmgroup %}
{% for subjob in job.sub_jobs_list %}
{{ subjob.sub_id }} {% if '0' in subjob.sub_id and '0' not in job.sub_id %} (?) {% endif %}
{% if subjob.actual_device.hostname %} on: {{ subjob.actual_device.hostname }} as: {{ subjob.device_role }}  {% else %} No device assigned as {{ subjob.device_role }}.
{% endif %} {% endfor %}
{% endif %}
{{ job.definition }}
{% endblock content %} {% block scripts %} {% endblock scripts %}