{% extends TEMPLATE_BASE %} {% block content %}

{{election.name}} — Bulk Upload Voters — Confirm[back to election]

You have uploaded a file of voters. The first few rows of this file are:

{% for v in voters %} {% endfor %}
Voter LoginEmail AddressName
{{v.voter_id}}{{v.email}}{{v.name}}

Does this look right to you?
no, let me upload a different file {% endblock %}