{% extends "base.html" %} {% block title %}Your Podcasts{% endblock %} {% block content %} Your Podcasts Search for Podcasts {% if podcasts %} {% for podcast in podcasts %} {% if podcast.image_url %} {% else %} No Image {% endif %} {{ podcast.title }} {{ podcast.author }} View Episodes Delete {% endfor %} {% else %} You haven't added any podcasts yet. Search for Podcasts {% endif %} {% endblock %}
{{ podcast.author }}
You haven't added any podcasts yet.