{% extends "base_podcast.html" %} {% block subtitle %}The Software Freedom Law Show Archive: {{ day|date:"F j, Y" }} - {% endblock %} {% block content %}

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

The Software Freedom Law Show Archive: {{ day|date:"F j, Y" }}

{% for object in object_list %}

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

{{ object.title|safe }}

{{ object.summary|safe }}

Read More...

Released on {{ object.pub_date|date:"F j, Y" }}; its running time is {{ object.duration }}

{% if object.tags.all %}

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

{% endif %}
{% endfor %} {% endblock %}