{% extends "base.html" %} {% import "bootstrap/form.html" as wtf %} {% block app_content %}
Participants: {{ room.clients|length }} / {{ room.guest_limit if room.guest_limit is not none else "Unlimited" }}
Last active: {{ room.active_ago }} minutes ago
{% else %}Participants: {{ room.clients|length }} / {{ room.guest_limit if room.guest_limit is not none else "Unlimited" }}
Last active: {{ room.active_ago }} minutes ago