{# templates/admin_tools/data_cleanup_organization_analysis.html #} {% extends "template_base.html" %} {% block title %}Endorser Analysis: {% if organization %}{{ organization.organization_name }}{% else %}Error: Name Missing{% endif %}{% endblock %} {% block content %} {% load template_filters %}
< Back to Data Cleanup Home
< Back to '{% if organization %}{{ organization.organization_name }}{% endif %}' Endorser Admin Page
We Vote ID: {{ organization.we_vote_id }} (See images in new window)
Vote Smart ID: {{ organization.vote_smart_id }}
Website: {{ organization.organization_website }} (open in new window)
Voter from voter.linked_organization_we_vote_id: {% if organization.linked_voter %}
{{ organization.linked_voter.we_vote_id }}
{% endif %}
organization_twitter_handle: {% if organization.generate_twitter_link %}
{{ organization.organization_twitter_handle }}
({{ organization.twitter_followers_count }} Followers)
{% endif %} (
Refresh Twitter Details
)
organization.twitter_user_id: {{ organization.twitter_user_id }}
organization.twitter_name: {{ organization.twitter_name }}
organization.twitter_id_from_link_to_organization: {{ organization.twitter_id_from_link_to_organization }}
organization.twitter_screen_name_from_link_to_organization: {{ organization.twitter_screen_name_from_link_to_organization }}
Twitter Description: {{ organization.twitter_description }}
Twitter Location: {{ organization.twitter_location }}
Facebook: {% if organization.generate_facebook_link %}
{{ organization.organization_facebook }}{% endif %}
| ID | We Vote ID | Who | You | Where | FB? | Twitter from Voter | TwitterLinkToVoter | Admin | Partner Organization | Political Data | Verified Volunteer | linked_organization_we_vote_id | |
| {{ voter.id }} | {{ voter.we_vote_id }} | {% if voter.first_name %}{{ voter.first_name }} {% endif %}{% if voter.last_name %}{{ voter.last_name }}{% endif %} | {% if voter.id == voter_id_signed_in %}*ME*{% else %}{% endif %} | {% if voter.fb_username %}Y{% else %}{% endif %} |
{% if voter.twitter_id %}@{{ voter.twitter_screen_name }} {{ voter.twitter_id }} {% else %}{% endif %} |
{% if voter.twitter_id_from_link_to_voter %}@{{ voter.twitter_screen_name_from_link_to_voter }} {{ voter.twitter_id_from_link_to_voter }} {% else %}{% endif %} |
{% if voter.email %}{{ voter.email }}{% else %}{% endif %} | {% if voter.is_admin %}Y{% else %}{% endif %} | {% if voter.is_partner_organization %}Y{% else %}{% endif %} | {% if voter.is_political_data_manager %}Manager{% elif voter.is_political_data_viewer %}Viewer{% endif %} | {% if voter.is_verified_volunteer %}Y{% else %}{% endif %} | {% if voter.linked_organization_we_vote_id %} {{ voter.linked_organization_we_vote_id }} {% else %}{% endif %} |
(no voters found)
{% endif %} {% if organization_list_with_duplicate_twitter %}| Endorser | organization_twitter_handle | Vote Smart ID | State | Voter from voter.linked_organization_we_vote_id | |||
| {{ forloop.counter }} | {% if organization.organization_photo_url %}
|
{{ 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 }} |
| ID | We Vote ID | Who | You | Where | FB? | Tw? (OLD) | Tw? (NEW) | Admin | Verified Volunteer | linked_organization_we_vote_id | |||
| {{ voter.id }} | {{ voter.we_vote_id }} | {% if voter.first_name %}{{ voter.first_name }} {% endif %}{% if voter.last_name %}{{ voter.last_name }}{% endif %} | {% if voter.id == voter_id_signed_in %}*ME*{% else %}{% endif %} | {% if voter.fb_username %}Y{% else %}{% endif %} |
{% if voter.twitter_id %}@{{ voter.twitter_screen_name }} {{ voter.twitter_id }} {% else %}{% endif %} |
{% if voter.twitter_id_from_link_to_voter %}@{{ voter.twitter_screen_name_from_link_to_voter }} {{ voter.twitter_id_from_link_to_voter }} {% else %}{% endif %} |
{% if voter.email %}{{ voter.email }}{% else %}{% endif %} | {% if voter.is_admin %}Y{% else %}{% endif %} | {% if voter.is_partner_organization %}Y{% else %}{% endif %} | {% if voter.is_political_data_manager %}Manager{% elif voter.is_political_data_viewer %}Viewer{% endif %} | {% if voter.is_verified_volunteer %}Y{% else %}{% endif %} | {% if voter.linked_organization_we_vote_id %} {{ voter.linked_organization_we_vote_id }} {% else %}{% endif %} |