{# templates/voter_guide/voter_guide_search.html #} {% extends "template_base.html" %} {% block title %}Find Voter Guide{% endblock %} {% block content %} {% load template_filters %}
{{ error_message }}
{% endif %} {% if organizations_list %}| Endorser Management (open in new window) | 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 |
If you include the twitter handle and website for this organization below, we will have a better chance of finding a voter guide.
{% endif %} {% endblock %}