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