{% load djangocd_extras %} {% for actionrun in jobrun.actionruns.all %}
{{ jobrun.started_on }} - {{ actionrun.duration|duration }}
{% if actionrun.testresults.count > 0 %}{{ actionrun|testresult_summary }}{% endif %}
{{ actionrun.output|linebreaks }}
{% endfor %}