{% for round in page_obj %}
{% include 'colleges/_hx_voting_round_details.html' with round=round %}
{% empty %} No Voting Rounds could be found {% endfor %} {% if page_obj.has_next %}
{% endif %}