• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<b>Ran the control file: </b>
2<pre>
3{{ obj.job.control_file }}
4</pre>
5<b>Created on:</b> {{ obj.job.created_on }}<br />
6<b>Owner: </b>{{ obj.job.owner }}<br />
7<b>Labels: </b>
8	{% for label in obj.host.labels.all %}
9		{{ label.name }}{% if not forloop.last %}, {% endif %}
10	{% endfor %}
11<br />
12