{# templates/organization/organization_list.html #} {% extends "template_base.html" %} {% block title %}Endorsers{% endblock %} {% block content %} {% load template_filters %} {% load humanize %}

Endorsers

Import New Endorsers > (open in new window)

Add New Endorser / Voter Guide. Vote Smart special interest groups here. Endorser List Analysis. Reserved Website Domains.

Scrape endorser website for social media handles (only when data missing), Retrieve all twitter data (only when data missing), Retrieve photos from Wikipedia, Repair FollowOrganization data

{% csrf_token %} {% if state_list %} {% endif %}{# End of if state_list #} {% if organization_types %} {% endif %} {# End of if organization_types #}     {# #} {# #} {# #}      {% if election_years_available %} {% endif %}{# End of if election_list #} {% if state_list %} {% endif %}{# End of if state_list #}
{% if issue_list %}

Values/Issues to filter [OR] : {% for issue in issue_list %} {{ issue.issue_name }}   {% endfor %}

{% endif %}
{% if organization_search %} clear search  {% endif %}              
{% if organization_list %} {% for organization in organization_list %} {% if forloop.counter == 1 or forloop.counter|divisibleby:16 %} {# Show the header every ~15 lines #} {# #} {% endif %} {# #} {% endfor %}
{% if sort_by == "organization" %}Endorser{% else %}Endorser{% endif %} {% if sort_by == "twitter" %} Twitter {% else %} Twitter (click to sort) {% endif %} Type Values/Issues {% if show_issues %} (hide) {% else %} (show) {% endif %}Vote SmartState Email
{{ forloop.counter }} {% if organization.we_vote_hosted_profile_image_url_medium %} {% endif %} {{ organization.organization_name }}
   ({{ organization.we_vote_id }} edit ) {% if organization.linked_issues_count %} {{ organization.linked_issues_count }} Values/Issues Linked {% endif %}
{% if organization.organization_twitter_handle %}{{ organization.organization_twitter_handle }}
({{ organization.twitter_followers_count|intcomma }} followers){% endif %}
{{ organization.organization_type_display }} {% if organization.issue_analysis_done %} analyzed  {% else %} not analyzed {% endif %} {% if organization.display_we_vote_issues %} {{ organization.display_we_vote_issues }} {% endif %}{% if organization.vote_smart_id %}{{ organization.vote_smart_id }}{% endif %}#} {# {% if organization.display_vote_smart_issues %}#} {#
#} {# {{ organization.display_vote_smart_issues }}#} {# {% endif %}#} {#
{{ organization.state_served_code|default_if_none:"" }} {{ organization.organization_email|default_if_none:"" }}

Export Endorsers

{% else %}

(no endorsers found)

{% endif %}

{#

#} {# Import Endorsers From Master Server#} {#

#} {% endblock %}