{% for i in feeds %}
{% if user.is_authenticated %}
{% if user == i.user %}
{% endif %}
{% endif %}
{% endfor %}
{{ i.title }}
{{ i.description }}
license/attribution
Photo {{ i.image_title }} by
{% if i.image_attribution_url == '' %}
{{ i.image_attribution }}
{% else %}
{{ i.image_attribution }}
{% endif %}
is licensed {{ i.image_license_name }}
{{ i.image_license_jurisdiction }}.