{% extends "base.html" %} {% load datehumanize %} {% load roomurl %} {% load tagging_tags %} {% block widgets %} $(".collapse").collapse({'parent': '#recordings'}); {% endblock %} {% block meta %} {% endblock %} {% block content %} {% if recordings %}
{% for r in recordings %}

{{r.url}}

{% if r.description %}{{r.description|safe}}{% else %}No description available...{% endif %}
  • » Created {{r.date_created|datehumanize}}.
  • » Modified {{r.date_modified|datehumanize}}.
  • » Hosted on {{room.acc.name}}
Play Recording
{% endfor %}
{% else %}

No recordings right now...

{% endif %}
Back to '{{room.name}}' {% endblock %} {% block validators %} [Valid Atom 1.0] [Valid RSS] {% endblock %}