{# 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 %}

{% if state_name %}{{ state_name }} {% endif %}Map Points

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

{% csrf_token %} {% if state_list %} {% endif %}{# End of if state_list #} {% if polling_location_search or issues_selected %} clear search  {% endif %}     {% if source_code_list %} {% for source_code in source_code_list %} {% if source_code %}     {% endif %} {% endfor %} {% endif %}
{% if polling_location_list %} {% if not show_ctcl_errors and not show_no_contests and not show_vote_usa_errors and not show_successful_retrieves %} {% else %} {% endif %} {% for polling_location in polling_location_list %} {% if not show_ctcl_errors and not show_no_contests and not show_vote_usa_errors and not show_successful_retrieves %} {% else %} {% endif %} {% endfor %}
Name Address we_vote_idlat/long Source Code County Precinct Bulk retrieve?Log Entries
{{ 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 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 %} {% for log_entry in polling_location.polling_location_log_entry_list %} {% endfor %} {% if polling_location.polling_location_log_entry_list and polling_location.polling_location_log_entry_list_has_error %} {% endif %}
{{ log_entry.date_time|date:"M d, Y H:i" }} {{ log_entry.kind_of_log_entry }}{% if log_entry.is_from_ctcl %}/CTCL{% endif %}{% if log_entry.is_from_vote_usa %}/Vote USA{% endif %} {{ log_entry.google_civic_election_id }}
(mark as fixed now)
edit 
{% else %}

(no polling_locations found)

{% endif %}
Recalculate Log Entry count statistics for this state ({{ state_code }})
{% endblock %}