{% from "partials/status_pill.html" import pill %} {% for job in jobs %} {{ job.id }} {{ job.target }} {{ job.task }} {{ pill(job.status) }} {{ job.exit_code if job.exit_code is not none else "—" }} {% endfor %} {% if next_cursor is not none %} {% endif %}