{% load djangocd_extras %} {% for actionrun in jobrun.actionruns.all %}

#{{ forloop.counter }}: {{ actionrun.name }} ({{ actionrun.state }})

{{ jobrun.started_on }} - {{ actionrun.duration|duration }}

{% if actionrun.testresults.count > 0 %}{{ actionrun|testresult_summary }}{% endif %}

{{ actionrun.output|linebreaks }}
{% endfor %}