{# templates/issue/issue_edit.html #} {% extends "template_base.html" %} {% block title %}{% if issue %}{{ issue.issue_name }}{% else %}New Issue{% endif %}{% endblock %} {% block content %} {% load template_filters %} {% load humanize %} < Back to Values/Issues

{% if issue %}Edit Issue "{{ issue.issue_name }}"{% else %}New Issue{% endif %}

{% if error_message %}

{{ error_message }}

{% endif %}
{% csrf_token %}
Under Construction: Hide this issue from voters

    

{# Show all organizations linked to this issue #} {% if organization_list %} {% for organization in organization_list %} {% endfor %}
Endorser Twitter Vote Smart ID State
{{ forloop.counter }} {% if organization.we_vote_hosted_profile_image_url_medium %} {% endif %} {{ organization.organization_name }}
   (See images in new window)
{% if organization.issue_analysis_done %} analyzed  {% else %} not analyzed {% endif %} {% if organization.organization_twitter_handle %}{{ organization.organization_twitter_handle }}
({{ organization.twitter_followers_count|intcomma }} followers){% endif %}
{% if organization.vote_smart_id %}{{ organization.vote_smart_id }}{% endif %} {{ organization.state_served_code }}

{% else %}

(no organizations linked to this issue)

{% endif %}
{% if issue %}

Delete Cached Images

{% if issue.we_vote_hosted_image_url_tiny %}
Tiny Image
{% endif %} {% if issue.we_vote_hosted_image_url_medium %}
Medium Image
{% endif %} {% if issue.we_vote_hosted_image_url_large %}
Large Image
{% endif %} {% else %} {% endif %}{# End of if issue #} {% if issue %}

{% csrf_token %}      
{% endif %}

{% endblock %}