{% if jobs %} {% if instance_owner_map %}{% endif %} {% for job in jobs %} {% if instance_owner_map %} {% endif %} {% endfor %}
NameInstanceTrigger Next Run Repeat Status
{{ job.name }} {% if job.owner in instance_owner_map %} {{ job.owner.split(".")[-1] }} {% else %} {{ job.owner }} {% endif %} {{ job.trigger_type }} {{ job.next_run }} {{ "Yes" if job.repeat else "No" }} {% if job.cancelled %} cancelled {% else %} active {% endif %}
{% else %}

No scheduled jobs.

{% endif %}