{% extends "podcasts/base.html" %}{% load molly_utils %}{% load molly_external_media %} {% load i18n %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Podcasts" %}
  • {% if podcast.category %}
  • ...
  • {% endif %} {% endblock %} {% block pagetitle %}{% trans "Podcast" %}{% endblock %} {% block title %}{{ podcast.title }}{% endblock %} {% block extrahead %} {% endblock %} {% comment %} blocklist content after_encurl - defines any extra parameters after each enclosure URL {% endcomment %} {% block content %}
    {% if podcast.logo %} {% with device|device_has_parent:"apple_iphone_ver4"|yesno:"120,60" as max_width %} {% endwith %} {% endif %}

    {{ podcast.title }}

    {{ podcast.description|safe }}
    {% endblock %}