{% extends "base.html" %} {% block title %}Podcasts{% endblock %} {% block content %}
Title | Author | Episodes | Last Updated | Status | Actions | |
---|---|---|---|---|---|---|
{% if podcast.image_url %}
No Image
{% endif %}
|
{{ podcast.author or 'Unknown' }}
|
{{ podcast.episodes.count() }} |
{% if podcast.last_updated %}
{{ podcast.last_updated.strftime('%Y-%m-%d') }}
{% else %}
Never
{% endif %}
|
{% if podcast.episodes.count() > 0 %} Active {% else %} Pending {% endif %} |