{% 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:

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

or

   github,<username>

For example:

      password,bobsmith,bob@acme.org,Bob Smith
      github,benadida
      ...
  

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

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