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

{{ radioshow.title }}

{% image radioshow.picture fill-1320x250 class="img-fluid" %}
{{ radioshow.description|safe }}
{% if last_podcasts %}

Derniers podcasts

{% for podcast in last_podcasts %}
{% include "./podcast_item.html" %}
{% endfor %}
Tous les podcasts {% endif %} {% endblock %}