{# templates/candidate/google_search_users_for_candidate_table.html #} {% for one_row in google_search_possibility_list %} {% endfor %}
# Score Image Google search description Google search link
{{ forloop.counter }} {% if one_row.chosen_and_updated %}
{% endif %} {% if one_row.not_a_match %}
{% endif %} {{ one_row.likelihood_score|default_if_none:"n/a" }}
{% if not one_row.chosen_and_updated and not one_row.not_a_match %} Not a match {% endif %}
{% if one_row.item_image %}
{% endif %} {{ one_row.item_title }}
{% if not one_row.not_a_match %} {% if one_row.item_image %} {% if not one_row.from_twitter %} {% else %} {% endif %} {% endif %}
{% if one_row.from_ballotpedia %} {% elif one_row.from_facebook %} {% elif one_row.from_linkedin %} {% elif one_row.from_twitter %} {% elif one_row.from_wikipedia %} {% else %} {% endif %} {% endif %}
{% if not one_row.facebook_search_found %} {{ one_row.item_snippet|default_if_none:"n/a" }}
{{ one_row.item_meta_tags_description|default_if_none:"n/a" }} {% else %} {{ one_row.facebook_about|default_if_none:"n/a"}} {{ one_row.facebook_category|default_if_none:"n/a"}} {{ one_row.facebook_emails|default_if_none:"n/a"}} {{ one_row.facebook_location|default_if_none:"n/a"}}
{{ one_row.facebook_mission|default_if_none:"n/a"}} {{ one_row.facebook_description|default_if_none:"n/a"}} {{ one_row.facebook_general_info|default_if_none:"n/a"}} {{ one_row.facebook_bio|default_if_none:"n/a"}} {{ one_row.facebook_personal_info|default_if_none:"n/a"}} {% endif %}
{{ one_row.item_link|default_if_none:"" }} {{ one_row.item_formatted_url|default_if_none:"" }} {% if one_row.facebook_search_found %}
{{ one_row.facebook_website|default_if_none:"" }} {% endif %}
{{ one_row.search_request_url|default_if_none:"" }}