{% extends "base.html" %} {% block morehead %} {% if is_episode %} {% endif %} {% endblock morehead %} {% block content %} {% include "base_navbar.html" %} {% include "base_heading.html" %}
{% if user.is_authenticated %} {% if view == 'feed' %} {% endif %} {% endif %} {% for j in episodes %}

{{ j.episode_number }}. {{ j.title }}

{{ j.image_title }}

{{ j.pub_date }}

Link

{% if add_feed_link %}

Feed

Pod

{% else %}

PodCast

{% endif %}
license/attribution
Photo {{ j.image_title }} by {% if j.image_attribution_url == '' %} {{ j.image_attribution }} {% else %} {{ j.image_attribution }} {% endif %} is licensed {{ j.image_license_name }} {{ j.image_license_jurisdiction }}.
{{ j.feed.ebook_title }} by {{ j.feed.author }} is licensed {{ j.feed.license_name }} {{ j.feed.license_jurisdiction }}. {% if j.feed.translator != '' %} Translated by {{ j.feed.translator }}. {% endif %} {% if j.feed.intro_author != '' %} Intro by {{ j.feed.intro_author }}. {% endif %}

{{ j.description }}

{% if user.is_authenticated %} {% if user == j.user %}
{% if view != 'feed' %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% if is_episode %}
More from {{ feed.title }}?
{% endif %}
{% endblock %}