{# templates/polling_location/polling_location_list.html #} {% extends "template_base.html" %} {% load static %} {% block title %}{% if state_name %}{{ state_name }} {% endif %}Map Points{% endblock %} {% block js %} {% endblock %} {% block content %}
Go to "Import Map Points From Master Server" Page
Create map point, See Electoral Districts, {% if state_code %} Add latitude/longitude to map points (up to 1000), Delete duplicate map points [ Start at 2,000, 4,000, 6,000, 8,000 ] {% else %} (Choose state to add latitude/longitude to map points), {% endif %} Add address to map points with only latitude/longitude (up to 1000), See state-by-state statistics , Google Maps Map Points
{% if polling_location_list %}| Name | Address | we_vote_id | {% if not show_ctcl_errors and not show_no_contests and not show_vote_usa_errors and not show_successful_retrieves %}lat/long | Source Code | County | Precinct | Bulk retrieve? | {% else %}Log Entries | {% endif %}||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {% if polling_location.location_name %}{{ polling_location.location_name }}{% else %}(no location name) {% endif %} | {{ polling_location.get_text_for_map_search }} (map ) (show districts ) | {% if polling_location.we_vote_id %} {{ polling_location.we_vote_id }}{% endif %} | {% if not show_ctcl_errors and not show_no_contests and not show_vote_usa_errors and not show_successful_retrieves %}{% if polling_location.latitude %} Lat/Long: {{ polling_location.latitude }}/{{ polling_location.longitude }}{% endif %} | {{ polling_location.source_code|default_if_none:"" }} | {{ polling_location.county_name|default_if_none:"" }} | {{ polling_location.precinct_name|default_if_none:"" }} | {% if polling_location.use_for_bulk_retrieve %}bulk{% endif %} {% if polling_location.polling_location_deleted %} DELETED{% endif %} | {% else %}
|
{% endif %}
edit | ||||||
(no polling_locations found)
{% endif %}