{% for nomination in page_obj %}
{% include 'colleges/_hx_nomination_details.html' with nomination=nomination %}
{% empty %} No Nominations could be found {% endfor %} {% if page_obj.has_next %}
{% endif %}