{% 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.sco.acc.name}}
  • {% if r.published %} {% tags_for_object r.ar as tags %} {% if tags %}
  • » {% for tag in tags %}{{tag}}{% endfor %}{%if edit %} manage archive tags{%endif%}
  • {% endif %} {% endif %}
Play Download {% if not r.published %} Publish {% else %} Manage Tags {% endif %}
{% endfor %}
{% else %}

No recordings right now...

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