{% extends "podcasts/base.html" %}{% load molly_search %}{% load i18n %} {% load molly_utils %} {% block content %} {# The following detects the existence of an Apple device and offers a redirect to the iTunes U app on said device. Only relevant if institution has feed on iTunes U #} {% if device|device_has_parent:"apple_generic" and show_itunesu_link %} {% endif %} {# Podcasts Search #} {% search_form %}
{# End Podcasts Search #} {% if categories %}
{% block list_def %}

{% trans "By category" %}

{% endblock %}
{% endif %} {% if podcasts %}

{% trans "Podcasts" %}

{% endif %} {% endblock %}