{% extends "base.html" %} {% block content %} {% include "base_navbar.html" %} {% include "base_heading.html" %}
{% for i in feeds %}

{{ i.title }}

{{ i.image_title }}

{{ i.created_on }}

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 }}.
{{ i.ebook_title }} by {{ i.author }} is licensed {{ i.license_name }} {{ i.license_jurisdiction }}. {% if i.translator != '' %} Translated by {{ i.translator }}. {% endif %} {% if i.intro_author != '' %} Intro by {{ i.intro_author }}. {% endif %}

{{ i.description }}

{% if user.is_authenticated %} {% if user == i.user %} {% endif %} {% endif %} {% endfor %}
{% endblock %}