{% extends "base_podcast.html" %} {% block subtitle %}{{ object.title|striptags }} - Software Freedom Law Show - {% endblock %} {% block content %}
{{ object.pub_date|date:"j F Y" }}
This show was released on {{ object.pub_date|date:"l j F Y" }}; its running time is {{ object.duration}}.
Send feedback and comments on the podcast to <podcast@softwarefreedom.org>. You can keep in touch with the SFLC on our IRC channel, #sflc on irc.freenode.net, and by following SFLC on identi.ca.
{% if object.tags.all %} {% endif %} {% endblock %}