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

Finalists for {{ category }}

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 %}