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