Consensus Winners
{% if winners_display and winners_display|length > 0 %}
{% for w in winners_display %}
{{ w.award_name }}
{{ w.award_desc }}
{{ w.player_name }}
{% endfor %}
{% else %}
No consensus yet. Keep voting below.
{% endif %}
Remaining Awards
Assigned 0/{{ players_count }}
Choose from the players who haven’t already won a consensus award. Changing a selection updates your other dropdowns.
{% for a in remaining_awards %}
{{ a.name }}
{{ a.description }}
{% endfor %}
{% if remaining_awards|length == 0 %}
All awards have a consensus winner.
{% endif %}