diff options
Diffstat (limited to 'src/templates/apps/room')
-rw-r--r-- | src/templates/apps/room/list.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 4b7cc01..d24c17c 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -37,6 +37,7 @@ <li>» Created by {{r.creator}} {{r.timecreated|datehumanize}}.</li> <li>» {%if r.nusers%}There are {{r.nusers}} users present, {{r.nhosts}} of whom are hosts.{%else%}The room is currently unoccupied.{%endif%}</li> {% if r.self_cleaning %}<li>» Room will be reset when empty.</li>{%else%}<li>» Room state is preserved between sessions.</li>{% endif %} + {% if r.allow_host %}<li>» First participant can elect to become host.</li>{% endif %} {% if r.lastvisited %}<li>» Last visited {{r.lastvisited|datehumanize}}</li>{%endif%} <li>» Hosted on {{r.acc.name}}</li> </ul> |