{% from '_status.html' import status_dot %} {% for item in run.items %} {{ status_dot(item.status.value) }} {{ item.task.name }} {% endfor %}