{# templates/issue/issue_list.html #} {% extends "template_base.html" %} {% block title %}Values/Issues{% endblock %} {% block content %} {% load template_filters %} {% load humanize %}

Values/Issues

{% csrf_token %} Add New Issue
{% if election_list %} {% endif %}{# End of if election_list #} {# Default to showing only upcoming elections #}      {% if state_list %} {% if state_code != "" %} show all states {% endif %} {% endif %}{# End of if state_list #}
{% if issue_search %} clear search  {% endif %}     {% if show_hidden_issues %} only show issues visible to voters {% else %} show hidden issues {% endif %}     show partisan analysis
{% if issue_list %} {% if google_civic_election_id %} {% endif %} {% for issue in issue_list %} {% if google_civic_election_id %} {% endif %} {% endfor %}
    Issue Name Forced Order Linked Org Count Followers Count Issue DescriptionVoter Guides, This Election, Linked to this Issue
{{ forloop.counter }} {% if issue.we_vote_hosted_image_url_medium %} {% endif %} {% if issue.issue_icon_local_path %} {% endif %} {{ issue.issue_name }} {% if issue.hide_issue %} - HIDDEN{% endif %}
{% if issue.considered_left %} {% elif issue.considered_right %} {% endif %} {{ issue.we_vote_id }}
{{ issue.forced_sort_order|default_if_none:"" }} {{ issue.linked_organization_count|intcomma }} {{ issue.issue_followers_count|intcomma }} {{ issue.issue_description }}
    {% for organization in issue.linked_organization_list %}
  1. {{ organization.organization_name }}
  2. {% endfor %}

Export Values/Issues

{% else %}

(no issues found)

Add New Issue

{% endif %} {% endblock %}