{% extends "../base.html" %} {% block title %}{{ _("Conferences") }}{% end block %} {% block content %}
{{ _("This conference room has one participant", "This conference room has %(num)s participants", len(c)) % { "num" : len(c) } }}
{{ _("There are currently no conferences") }}
{% end %}