{% if jobs %} {% for j in jobs %} {% endfor %}
StageJobStatus
{{ j.stage }} {{ j.name }} {{ j.status }}
{% else %}

No jobs.

{% endif %}