{% if job['active']=='yes' %}
{% else %}
{% endif %}
|
{{ job['job_name'] }}
|
{{ job['schedule'] }}
|
{{ job['last_run'] }}
|
{{ job['run_time'] }}
|
{% if job['last_result']=='passed' %}
{% elif job['last_result']=='failed' %}
{% elif job['last_result']=='error' %}
{% else %}
{% endif %}
|
{{ job['running_now'] }}
|
{{ job['in_queue'] }}
|
|
{% endfor %}