{% include 'colleges/_hx_voting_rounds_tablist.html' with selected=selected %} {% for round in voting_rounds %}
{% include 'colleges/_hx_nomination_li.html' with nomination=round.nomination %}
{% empty %}
No voting round found
{% endfor %}