{# templates/polling_location/polling_location_summary.html #} {% extends "template_base.html" %} {% block title %}Map Point{% if polling_location %} {% if polling_location.location_name %}: {{ polling_location.location_name }} {% elif polling_location.city %}: {% if polling_location.line1 %}{{ polling_location.line1 }}, {% endif %} {% if polling_location.line2 %}{{ polling_location.line2 }},{% endif %} {% if polling_location.city or polling_location.state or polling_location.zip_long %} {% if polling_location.city %}{{ polling_location.city }},{% endif %} {% if polling_location.state %}{{ polling_location.state }} {% endif %} {% if polling_location.zip_long %}{{ polling_location.get_formatted_zip }}{% endif %} {% endif %} {% endif %} {% else %} Not Found{% endif %}{% endblock %} {% block content %} {% load template_filters %} < Back to Map Points {% if polling_location %}
{{ polling_location.location_name }}
{% if polling_location.line1 %}{{ polling_location.line1 }},
{% endif %}
{% if polling_location.line2 %}{{ polling_location.line2 }},
{% endif %}
{% if polling_location.city or polling_location.state or polling_location.zip_long %}
{% if polling_location.city %}{{ polling_location.city }},{% endif %}
{% if polling_location.state %}{{ polling_location.state }} {% endif %}
{% if polling_location.zip_long %}{{ polling_location.get_formatted_zip }}{% endif %}
(map )
{% endif %}
{% if polling_location.polling_hours_text %}Hours: {{ polling_location.polling_hours_text }},
{% endif %}
{% if polling_location.polling_location_id %}VIP ID: {{ polling_location.polling_location_id }}
{% endif %}
we_vote_id: {{ polling_location.we_vote_id }}
latitude: {{ polling_location.latitude|default_if_none:"" }}
longitude: {{ polling_location.longitude|default_if_none:"" }}
source_code: {{ polling_location.source_code|default_if_none:"" }}
{% if polling_location.use_for_bulk_retrieve %}Use this location for bulk retrieval of ballots.
{% endif %}
{% if polling_location.polling_location_deleted %}DELETED
{% endif %}
| Date/Time | Kind of Log Entry | {% if not google_civic_election_id %}Election | {% 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_google_civic %}/Google Civic{% endif %}{% if log_entry.is_from_vote_usa %}/Vote USA{% endif %} | {% if not google_civic_election_id %}{{ log_entry.election_name }} - {{ log_entry.google_civic_election_id }} - {{ log_entry.election_day_text }} | {% endif %}
| (mark as fixed now) | ||
| Date/Time | Offices | |
|---|---|---|
| {{ forloop.counter }} | {{ offices_held_for_location.date_last_retrieved|date:"M d, Y" }} | {% if offices_held_for_location.office_held_name_01 %} {{ offices_held_for_location.office_held_name_01 }} {% endif %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_02 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_02 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_03 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_03 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_04 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_04 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_05 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_05 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_06 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_06 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_07 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_07 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_08 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_08 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_09 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_09 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_10 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_10 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_11 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_11 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_12 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_12 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_13 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_13 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_14 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_14 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_15 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_15 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_16 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_16 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_17 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_17 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_18 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_18 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_19 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_19 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_20 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_20 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_21 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_21 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_22 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_22 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_23 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_23 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_24 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_24 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_25 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_25 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_26 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_26 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_27 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_27 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_28 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_28 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_29 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_29 %} {% include "polling_location/offices_held_for_location_one_office.html" with office_held_name=offices_held_for_location.office_held_name_30 office_held_we_vote_id=offices_held_for_location.office_held_we_vote_id_30 %} |
(This map point is not being used by OfficeHeldForLocation entries.)
{% endif %} {% if ballot_returned_list %}| Ballot Returned ID (Election) | Display Name | Shortcut? | Text for Map Search | Lat/Long? | Offices & Candidates | Ballot Items | Voter | {#Map Point | #}|
|---|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ ballot_returned.we_vote_id }} {% if ballot_returned.google_civic_election_id %} ({{ ballot_returned.google_civic_election_id }}){% endif %} | {% if ballot_returned.ballot_location_display_name %}{{ ballot_returned.ballot_location_display_name }}{% endif %} | {% if ballot_returned.ballot_location_shortcut %}{{ ballot_returned.ballot_location_shortcut }}{% endif %}{% if ballot_returned.ballot_location_display_option_on %} ON{% endif %} | {{ ballot_returned.text_for_map_search }} | {% if ballot_returned.latitude %}yes{% endif %} | {% if ballot_returned.office_and_candidate_text %}{{ ballot_returned.office_and_candidate_text }}{% endif %} | {% if ballot_returned.ballot_items_count %}{{ ballot_returned.ballot_items_count }}{% endif %} | {% if ballot_returned.voter_id and ballot_returned.voter_id != 0 %} {{ ballot_returned.voter_id }} {% endif %} | {##} {# {% if ballot_returned.polling_location_we_vote_id %}#} {# #} {# {{ ballot_returned.polling_location_we_vote_id|default_if_none:"" }}#} {# #} {# {% endif %}#} {# | #}
(This map point is not being used by any BallotReturned entries{% if google_civic_election_id %} for this election{% endif %}.)
{% endif %} {% else %}