{# templates/measure/measure_list.html #} {% extends "template_base.html" %} {% block title %}Measures{% endblock %} {% block content %}

Measures

Import New Measures > (open in new window)

Refresh Positions from Contest Measure info for this election

{% csrf_token %} {% if election_list %} {% endif %}{# End of if election_list #} {# Default to showing only upcoming elections #}      {% if state_list %} {% if state_code != "" %} show all {% endif %} {% endif %}{# End of if state_list #} {% csrf_token %}
{% if measure_search or issues_selected %} clear search  {% endif %}
{% if measure_list %} {% if google_civic_election_id %} {% endif %} {% endif %} {% if measure_list %} {% if google_civic_election_id %} {% endif %} {% for measure in measure_list %} {% if google_civic_election_id %} {% endif %} {% endfor %}
  Measure Title State Year / Election We Vote ID Ballotpedia ID Ballotpedia StatusSupport Oppose 
{{ forloop.counter }} {{ measure.measure_title }} {{ measure.state_code }} {{ measure.measure_year }} / {{ measure.google_civic_election_id }} {{ measure.we_vote_id }} {{ measure.ballotpedia_measure_id }} {{ measure.ballotpedia_measure_status|default_if_none:"" }}{% if measure.support_count %}{{ measure.support_count }}
{{ measure.percentage_of_support }}%{% endif %}
{% if measure.oppose_count %}{{ measure.oppose_count }}
{{ measure.percentage_of_oppose }}%{% endif %}
edit

Export Measures

{% else %}

(no measures found)

{% endif %}

Add New Measure

{% endblock %}