{# templates/quick_info/quick_info_list.html #} {% extends "template_base.html" %} {% block title %}Quick Info for Ballot Items{% endblock %} {% block content %}

Quick Info for Ballot Items

These are the entries that appear next to ballot items (info icon) with information about an office, candidate, or measure. There are links to edit quick info entries on other ballot item admin pages.

create new entry     create new master entry
import tool     view master entries

{% csrf_token %} {% if election_list %}
{% endif %}{# End of if election_list #} {# Kind of Ballot Item List #}
{# Language List #}
{% if quick_info_list %} {% for quick_info in quick_info_list %} {% endfor %}
ID Ballot Item ID Ballot Item Kind Language Election
{{ quick_info.we_vote_id }} {{ quick_info.get_ballot_item_we_vote_id }} {{ quick_info.ballot_item_display_name }} {{ quick_info.get_kind_of_ballot_item }} {{ quick_info.language }} {{ quick_info.google_civic_election_id }}

Export Quick Info {# ,#} {# Import Quick Info#}

{% else %}

(no quick info items found)

{% endif %} {% endblock %}