{% extends TEMPLATE_BASE %} {% block content %}
You have uploaded a file of voters. The first few rows of this file are:
Voter Login | Email Address | Name |
---|---|---|
{{v.voter_id}} | {{v.email}} | {{v.name}} |
HOLD ON:
{% for problem in problems %}
- {{problem}}
{% endfor %}