{# templates/quick_info/quick_info_master_edit.html #} {% extends "template_base.html" %} {% block title %}{% if quick_info_master.id %}{{ quick_info_master.master_entry_name }}{% else %}New Quick Info Master Entry{% endif %}{% endblock %} {% block content %} < Back
{{ error_message }}
{% endif %}{% if quick_info_list %}
| 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 }} |
(no quick info items found)
{% endif %} {% endblock %}