{% load wagtailimages_tags %}
{% if podcast.picture %} {% image podcast.picture fill-550x80 class="podcast-img" %} {% else %} {% image settings.core.displaysettings.podcast_default_picture fill-380x80 class="podcast-img" %} {% endif %}
{{ podcast.title }}

{{ podcast.description|safe|truncatechars_html:175 }}