{% for productionstream in page_obj %}
{{ forloop.counter0|add:start_index }} of {{ count }}
{% include 'production/_hx_productionstream_details.html' with productionstream=productionstream %} {% empty %} No Production Stream could be found {% endfor %} {% if page_obj.has_next %}
{% endif %}