{% load pipelines %} {% for obj in object_list %} {% if obj.results.all|length == 1 %} {% include "pipelines/includes/task-result-listing.html" with object_list=obj.results.all %} {% else %}
  • {% endif%} {% endfor %}