{% extends "base.html" %} {% load prefix %} {% load datehumanize %} {% load roomurl %} {% load prefix %} {% block widgets %} $("#rooms").accordion({ header: 'h3', active: false, event: "click", collapsible: true, navigation: true, animated: true }); {% endblock %} {% block content %}
Created by {{r.creator}} {{r.timecreated|datehumanize}}.
Meeting room URL: {{r|roomurl}}
You don't have any rooms listed right now...
{% endif %}