{% extends 'wagtail_podcast/podcast_base.html' %} {% load wagtailimages_tags wagtailcore_tags social_share i18n %} {% block main %} {% load i18n %} {% for podcast in podcasts %}
{% image podcast.specific.image fill-600x400-c100 as header_image %} {{ podcast.image.title }}

{{ podcast.title }}

  • {{ podcast.specific.author }}
  • {{ podcast.first_published_at|date:"DATE_FORMAT" }}
{% if podcast.description %} {{ podcast.description }} {% else %}

{% trans "No description available" %}

{% endif %}

{% endfor %} {% endblock %}