{# templates/candidate/candidate_new_search.html #} {% extends "template_base.html" %} {% block title %}Add New Candidate: Search for Existing Candidate{% endblock %} {% block content %} {% load template_filters %} {% load humanize %} < Back to Candidates
{{ error_message }}
{% endif %}| Candidate Name | State | Election | Office | Twitter Handle | Website | Id | We Vote Id | Vote Smart Id | ||||
| {{ forloop.counter }} |
{% if candidate.candidate_photo_url %}
|
{{ candidate.candidate_name }} | {{ candidate.get_candidate_state }} | {{ candidate.election.election_name }} | {% if candidate.office and candidate.office.id %} {{ candidate.office.office_name }} {% else %} (office missing) {% endif %} | {% if candidate.candidate_twitter_handle %} {{ candidate.candidate_twitter_handle }} ({{ candidate.twitter_followers_count|intcomma }} followers){% endif %} |
{% if candidate.candidate_url %}{{ candidate.candidate_url }}{% endif %} | {% if candidate.candidate_contact_form_url %}{{ candidate.candidate_contact_form_url }}{% endif %} | {{ candidate.id }} | {{ candidate.we_vote_id }} {% if candidate.politician_we_vote_id %} {{ candidate.politician_we_vote_id }} {% else %} Match to Politician {% endif %} | {{ candidate.vote_smart_id }} | (edit) |