{% for submission in page_obj %}
{{ forloop.counter0|add:start_index }} of {{ count }}
{% include 'submissions/pool/_hx_submission_details.html' with submission=submission %} {% empty %} No Submission could be found {% endfor %} {% if page_obj.has_next %}
{% endif %} {% block footer_script %} {% endblock footer_script %}