(id {{ possible_endorsement.possibility_position_id|default_if_none:""}}) #{{ possible_endorsement.possibility_position_number|default_if_none:""|add:"0" }}
{% if is_list_of_endorsements_for_candidate %}
{{ possible_endorsement.organization_name|default_if_none:"" }}{% if candidate_name %}, about {{ candidate_name }}{% endif %}
{% if possible_endorsement.google_civic_election_id %}
(election: {{ possible_endorsement.google_civic_election_id }})
{% endif %}
{% if has_suggested_voter_guide_rights and possible_endorsement.organization_we_vote_id %}
{% endif %}
{% elif possible_endorsement.candidate_we_vote_id %}
{{ possible_endorsement.candidate.display_candidate_name|default_if_none:"" }},
{{ possible_endorsement.candidate.contest_office_name|default_if_none:"" }}
{% if possible_endorsement.google_civic_election_id %}
(election: {{ possible_endorsement.google_civic_election_id }})
{% endif %}
{% if has_suggested_voter_guide_rights %}
{% endif %}
{% elif possible_endorsement.measure_we_vote_id %}
{{ possible_endorsement.measure.measure_title|default_if_none:"" }}
{% if has_suggested_voter_guide_rights %}
{% endif %}
{% else %}
{% endif %}
{% if possible_endorsement.position_we_vote_id and organization_we_vote_id %}
{% if has_suggested_voter_guide_rights %}
POSITION LIVE
{% else %}
POSITION ALREADY LIVE
{% endif %}
{% endif %}