{% extends "podcasts/base.html" %}{% load molly_utils %} {% load i18n %} {% block content %}

{% trans category.name %}

{% 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" %}
{% endblock %}