{% 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, as follows:

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

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

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