{# templates/organization/organization_list.html #} {% extends "template_base.html" %} {% block title %}Endorsers{% endblock %} {% block content %} {% load template_filters %} {% load humanize %}
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
{% if organization_list %}| {% 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 Smart | #}State | |||
|---|---|---|---|---|---|---|---|---|
| {{ forloop.counter }} | {% if organization.we_vote_hosted_profile_image_url_medium %}
|
{{ 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:"" }} |
(no endorsers found)
{% endif %} {##} {# Import Endorsers From Master Server#} {#
#} {% endblock %}