{# templates/organization/organization_edit.html #} {% extends "template_base.html" %} {% block title %}{% if organization %}{{ organization.organization_name }}{% else %}New Endorser{% endif %}{% endblock %} {% block content %} {% load template_filters %} {% load humanize %}

{% if organization %}{{ organization.organization_name }}{% else %}New Endorser{% endif %} {% if organization.we_vote_hosted_profile_image_url_large %} {% endif %}

{% if error_message %}

{{ error_message }}

{% endif %} {% if organizations_list %}

Is the organization you are adding one of these?

{% for possible_organization in organizations_list %} {% endfor %}
Endorser Twitter Facebook Website Wikipedia?
{{ forloop.counter }} {{ possible_organization.organization_id }} {{ possible_organization.organization_name }} (view in new window) {% if possible_organization.organization_twitter_handle %}{{ possible_organization.organization_twitter_handle }}{% endif %} {% if possible_organization.organization_facebook %}{{ possible_organization.organization_facebook }}{% endif %} {% if possible_organization.organization_instagram_handle %}{{ possible_organization.organization_instagram_handle }}{% endif %} {% if possible_organization.organization_website %}{{ possible_organization.organization_website }}{% endif %} {% if possible_organization.wikipedia_page_id %} W yes{% endif %} CHOOSE

{% endif %} {% if organization %} {% else %}

If you include the twitter handle and website for this organization below, we will have a better chance of preventing duplicate entries.

{% endif %}
{% csrf_token %}
{% if organization.we_vote_hosted_profile_twitter_image_url_tiny %} Unknown {% else %} Unknown {% endif %} {# Uploaded photo #} Uploaded {% if organization.we_vote_hosted_profile_uploaded_image_url_tiny %} {% else %} {% endif %} {# Facebook photo #} {% if organization.we_vote_hosted_profile_facebook_image_url_tiny %} Facebook {% endif %} {% if organization.we_vote_hosted_profile_twitter_image_url_tiny %} Twitter {% endif %} {% if organization.we_vote_hosted_profile_vote_usa_image_url_tiny %} Vote USA {% endif %}
{% if organization %} {{ organization.we_vote_id }} {% if organization.vote_smart_id %}     Vote Smart Id: {{ organization.vote_smart_id }} {% endif %}     Internal Id: {{ organization.id }} {% endif %}
{% if organization.politician_we_vote_id %} view politician     {% else %}     (match to politician) {% endif %}
{% if organization_types %}
{% endif %} {# End of if organization_types #}
{% if organization.organization_twitter_handle %} {% endif %}
{% if organization.organization_facebook %} Refresh Facebook Photo {% endif %}
{% if organization.organization_instagram_handle %} {# #} {# #} {% endif %}
{% if organization %} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {##} {#
#} {# #} {#
#} {# #} {#
#} {#
#} {##} {#
#} {# #} {#
#} {# #} {# (see importer specification)#} {#
#} {#
#} {% if issue_list %}
    {% for issue in issue_list %} {% if not issue.hide_issue or issue.followed_by_organization %}
  • {% endif %} {% endfor %}
{% if voter.is_admin and change_log_list %}
{% include "organization/change_log_list.html" with change_log_list=change_log_list %} {% endif %}
{% endif %} {% endif %} {% if upcoming_election_list %}
{% endif %} {% if state_list %}
{% endif %}{# End of if state_list #}
{% if organization %}

{% csrf_token %}      
{% endif %}

{% if organization %} {% if organization.wikipedia_thumbnail_url %}
Thumbnail
{% endif %} {% if organization.wikipedia_photo_url %}
Full size
{% endif %} {% endif %} {% endblock %}