{% extends "base.html" %} {% load waffle_tags %} {% block content %}

Finalists for {{ category }}

{% switch "canonicalize_finalist_csv_table" %} Download EPH Elimination Chart {% endswitch %}

Steps

{% for step in steps %} {% include "canonicalize/bits/eph_step.html" with index=forloop.counter ballots=step.0 counts=step.1 eliminations=step.2 %} {% endfor %}
{% endblock %}