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

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

If you would like to specify your list of voters by name and email address,
you can bulk upload a list of such voters here.

Please prepare a text file of comma-separated values with the fields:

   <unique_id>,<email>,<full name>

For example:

      benadida,ben@adida.net,Ben Adida
      bobsmith,bob@acme.org,Bob Smith
      ...
  

The easiest way to prepare such a file is to use a spreadsheet program and to export as "CSV".

{% if error %}
{{error}}
{% endif %}
{% endblock %}