{% extends "base.html" %} {% load wagtailimages_tags %} {% block title %}PFM - {{ podcast.title }}{% endblock %} {% block content %}

{{ podcast.radio_show }}

{{ podcast.title }}

{{ podcast.publish_date|date:"d/m/Y" }}
{{ podcast.description|safe }}
{% if podcast.picture %} {% image podcast.picture fill-480x480 class="img-fluid img-border podcast-img"%} {% else %} {% image settings.core.displaysettings.podcast_default_picture fill-480x480 class="img-fluid img-border podcast-img" %} {% endif %}
{% endblock %}