| Round {{ i + 1 }} | {% endfor %}||||
|---|---|---|---|---|
| Overview: {% set threshold=IRV_dict['roundmeta'][i]['countedqty'] // 2 + 1 %} Starting ballots: {{IRV_dict['roundmeta'][i]['startingqty'] }} Exhausted ballots: {{IRV_dict['roundmeta'][i]['exhaustedqty'] }} {% if IRV_dict['roundmeta'][i]['overvoteqty'] > 0 %} Overvotes: {{IRV_dict['roundmeta'][i]['overvoteqty'] }} {% set flags.overvote=true %} {% endif %} Counted ballots: {{IRV_dict['roundmeta'][i]['countedqty'] }} {% if threshold < majority %} Minimum plurality: {{threshold}} {% endif %} {% if IRV_dict['roundmeta'][i]['bottomtie'] %} TIE(†): {{ IRV_dict['roundmeta'][i]['bottomtie'] | join(", ") }} {% endif %} |
{% endfor %}
||||
| {{ cand }}: {{ IRV_dict['rounds'][0].get(cand, ' ') }} | {% for round_data in IRV_dict['rounds'][1:] %} {% if cand in winner and (loop.index) == IRV_dict['rounds']|length %}IRV/RCV winner: {{ cand }}: {{ round_data.get(cand) }} |
{% elif
round_data.get(cand) and IRV_dict['roundmeta'][loop.index]
and cand in IRV_dict['roundmeta'][loop.index]['eliminated'] %}
{{ cand }}: {{ round_data.get(cand) }} {% if IRV_dict['roundmeta'][loop.index]['batch_elim'] %} (batch eliminated †) {% elif cand in IRV_dict['roundmeta'][loop.index]['bottomtie'] %} (randomly eliminated ††) {% else %} (eliminated) {% endif %} | {% elif round_data.get(cand) %}{{ cand }}: {{ round_data.get(cand) }} | {% else %}