{% trans "Show:" %}
{% comment %} the non-breaking spaces are to combat a bug in slimmer,
where it is over zealous in removing the spaces
between the a tags {% endcomment %}
{% trans "audio" %}{% trans "video" %}{% trans "all" %}
{% for podcast in podcasts %}
{% include "podcasts/podcast.html" %}
{% empty %}
{% if more_in_all %}
{% trans "Sorry, there are no podcasts in your language." %}