{% extends 'base.html' %} {% block content %}
Import Voters for {{ selected_tenant.name }}
CSV Format Instructions

Please ensure your CSV file follows this column order:

First Name, Last Name, Street Address, City, State, Zip, Phone, Email, Voter ID, District, Precinct

The first row (header) will be automatically skipped.

{% csrf_token %}
{{ form.as_p }}
Cancel
{% endblock %}