{% 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 %}
{% trans "It looks like you're using an Apple device! You can also get all the University's podcasts via your iTunes U app, which gives you extra features like downloads for later listening/viewing." %}
{% trans "Please note that this will close Safari." %}