{# templates/voter_guide/voter_guide_search.html #} {% extends "template_base.html" %} {% block title %}Find Voter Guide{% endblock %} {% block content %} {% load template_filters %}

Find Voter Guide

{% if error_message %}

{{ error_message }}

{% endif %} {% if organizations_list %}

Is the organization you are adding one of these?

{% for possible_organization in organizations_list %} {% endfor %}
Endorser Management (open in new window) Twitter Facebook Website (open in new window)
{{ forloop.counter }} {{ possible_organization.organization_name }} {% if possible_organization.organization_twitter_handle %}{{ possible_organization.organization_twitter_handle }}{% endif %} {% if possible_organization.organization_facebook %}{{ possible_organization.organization_facebook }}{% endif %} {% if possible_organization.organization_website %} {{ possible_organization.organization_website }} {% endif %} Enter Position

{% endif %} {% if organization %} {% else %}

If you include the twitter handle and website for this organization below, we will have a better chance of finding a voter guide.

{% endif %}
{% csrf_token %}
{% if upcoming_election_list %}
{% endif %} {% if state_list %}
{% endif %}{# End of if state_list #}
- or -
{% endblock %}