{% if jobs %} {% for job in jobs %} {% endfor %}
Job Name Time Taken
{{ job.exec_job_id }} {{ job.duration_formatted }}
{% endif %}