{# 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 %}
{{ error_message }}
{% endif %} {% if organizations_list %}| Endorser | 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 |
If you include the twitter handle and website for this organization below, we will have a better chance of preventing duplicate entries.
{% endif %} {% if organization %}