{% extends "base_podcast.html" %} {% block subtitle %}The Software Freedom Law Show - {% endblock %} {% block content %}

[Ogg/Vorbis Audio RSS] [MP3 Audio RSS] The Software Freedom Law Show

{% if tags %}

Displaying podcasts tagged {% for tag in tags %}{% if not forloop.last %}{% if not forloop.first %}, {% endif %}{% endif %}{{ tag.label }}{% ifequal forloop.revcounter 2 %} or {% endifequal %}{% endfor %}

{% endif %} {% for object in object_list %}

{{ object.pub_date|date:"F j, Y" }}

[Get podcast in Ogg/Vorbis
                                          format] [Get podcast in MP3 format] {{ object.title|safe }}

Summary

{{ object.summary|safe }}

This show was released on {{ object.pub_date|date:"l j F Y" }}; its running time is {{ object.duration}}.

Show Notes

{{ object.body|safe }}
{% if object.tags.all %}

Tags: {% for tag in object.tags.all %}{{ tag.label }}{% if not forloop.last %}, {% endif %}{% endfor %}

{% endif %}
{% endfor %}

{% if has_next %}Next page (older) »{% endif %} {% if has_previous %}« Previous page (newer){% endif %}

{% if date_list %}

Index by date

{% endif %} {% endblock %}