{# templates/image/images_for_one_organization.html #}
{% extends "template_base.html" %}
{% block title %}
Endorser Images:
{% if organization_we_vote_id %}{{ organization_we_vote_id }}
{% else %}No Endorser Found {% endif %}
{% endblock %}
{% block content %}
< Back to Endorser List Analysis
< Back to Cache images locally for all organizations
< Back to Endorser
| We Vote ID | display_kind_of_image | we_vote_image_url | ||
| {{ forloop.counter }} | {{ one_image_row.organization_we_vote_id }} | {{ one_image_row.display_kind_of_image }} / {{ one_image_row.display_image_size }} | {% if one_image_row.display_image_size != "original" %}
{# Don't show image if too big #}
{% endif %}
|
{% if one_image_row.we_vote_image_url %} {{ one_image_row.we_vote_image_url }} {% else %}{% endif %} |
(no organization images found)
{% endif %}