Running calibration jobs

{% for run, data in running_jobs.items() %}
{{ run }}
{% for status in data %} {{ status[1] }} {% endfor %}
{% endfor %}