{# templates/admin_tools/data_cleanup_organization_list_analysis.html #} {% extends "template_base.html" %} {% block title %}Endorser List Analysis{% endblock %} {% block content %} < Back to Data Cleanup Home

Endorser List Analysis

{% if organizations_with_unique_twitter_data %}

Endorsers with Unique Twitter Data (Local Data)

This list does not include organizations with correct TwitterLinkToVoter and TwitterLinkToOrganization.

Create TwitterLinkToOrganization Entries Now
{% for organization in organizations_with_unique_twitter_data %} {% endfor %}
Endorser organization_twitter_handle Vote Smart ID State Voter from linked_organization_we_vote_id TwitterLinkToOrganization TwitterLinkToVoter
{{ forloop.counter }} {% if organization.we_vote_hosted_profile_image_url_medium %} {% endif %} {{ organization.organization_name }}
   (See images in new window)
{% if organization.organization_twitter_handle %}{{ organization.organization_twitter_handle }}
({{ organization.twitter_followers_count }} followers)
{% endif %} {% if organization.twitter_user_id %}{{ organization.twitter_user_id }}{% endif %}
{% if organization.vote_smart_id %}{{ organization.vote_smart_id }}{% endif %} {{ organization.state_served_code }} {% if organization.linked_voter %} {{ organization.linked_voter.we_vote_id }}
{% endif %} {% if organization.twitter_link_mismatch %} twitter_link_mismatch is TRUE {% endif %}
{% if organization.organization_we_vote_id_from_link_to_organization %} {{ organization.organization_we_vote_id_from_link_to_organization }}
{% endif %} {% if organization.twitter_id_from_link_to_organization %} twitter_id: {{ organization.twitter_id_from_link_to_organization }}
{% endif %} {% if organization.twitter_screen_name_from_link_to_organization %} fetched twitter_handle: {{ organization.twitter_screen_name_from_link_to_organization }}
{% endif %}
{% if organization.voter_we_vote_id_from_link_to_voter %} {{ organization.voter_we_vote_id_from_link_to_voter }}
{% endif %} {% if organization.twitter_id_from_link_to_voter %} twitter_id: {{ organization.twitter_id_from_link_to_voter }}
{% endif %} {% if organization.twitter_screen_name_from_link_to_voter %} fetched twitter_handle: {{ organization.twitter_screen_name_from_link_to_voter }}
{% endif %}
{{ organization.we_vote_id }}
{% else %}

(no organizations with unique Twitter data found)

{% endif %}

Endorsers with Twitter Collision (Local Data)

{% if organizations_with_a_twitter_collision %} {% for organization in organizations_with_a_twitter_collision %} {% endfor %}
Endorser organization_twitter_handle Vote Smart ID State Voter from linked_organization_we_vote_id
{{ forloop.counter }} {% if organization.organization_photo_url %} {% endif %} {{ organization.organization_name }} {% if organization.organization_twitter_handle %}{{ organization.organization_twitter_handle }}
({{ organization.twitter_followers_count }} followers)
{% endif %} {% if organization.twitter_user_id %}{{ organization.twitter_user_id }}{% endif %}
{% if organization.vote_smart_id %}{{ organization.vote_smart_id }}{% endif %} {{ organization.state_served_code }} {% if organization.linked_voter %} {{ organization.linked_voter.we_vote_id }} {% endif %} {{ organization.we_vote_id }}
{% else %}

(no endorsers found)

{% endif %}
{% if organizations_with_correctly_linked_twitter_data %}

Endorsers with Correctly Linked Twitter Data

{% for organization in organizations_with_correctly_linked_twitter_data %} {% endfor %}
Endorser organization_twitter_handle Vote Smart ID State Voter from linked_organization_we_vote_id TwitterLinkToOrganization TwitterLinkToVoter
{{ forloop.counter }} {% if organization.organization_photo_url %} {% endif %} {{ organization.organization_name }} {% if organization.organization_twitter_handle %}{{ organization.organization_twitter_handle }}
({{ organization.twitter_followers_count }} followers)
{% endif %} {% if organization.twitter_user_id %}{{ organization.twitter_user_id }}{% endif %}
{% if organization.vote_smart_id %}{{ organization.vote_smart_id }}{% endif %} {{ organization.state_served_code }} {% if organization.linked_voter %} {{ organization.linked_voter.we_vote_id }}
{% endif %} {% if organization.twitter_link_mismatch %} twitter_link_mismatch is TRUE {% endif %}
{% if organization.organization_we_vote_id_from_link_to_organization %} {{ organization.organization_we_vote_id_from_link_to_organization }}
{% endif %} {% if organization.twitter_id_from_link_to_organization %} twitter_id: {{ organization.twitter_id_from_link_to_organization }}
{% endif %} {% if organization.twitter_screen_name_from_link_to_organization %} fetched twitter_handle: {{ organization.twitter_screen_name_from_link_to_organization }}
{% endif %}
{% if organization.voter_we_vote_id_from_link_to_voter %} {{ organization.voter_we_vote_id_from_link_to_voter }}
{% endif %} {% if organization.twitter_id_from_link_to_voter %} twitter_id: {{ organization.twitter_id_from_link_to_voter }}
{% endif %} {% if organization.twitter_screen_name_from_link_to_voter %} fetched twitter_handle: {{ organization.twitter_screen_name_from_link_to_voter }}
{% endif %}
{{ organization.we_vote_id }}
{% else %}

(no organizations with unique Twitter data found)

{% endif %} {% endblock %}