From db3632c30e9262adbe7a35be404ace0436a20271 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 26 May 2011 23:19:15 +0200 Subject: Keep track of number of hosts and show the launch page until there is at least one host --- src/templates/apps/room/launch.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/templates/apps/room') diff --git a/src/templates/apps/room/launch.html b/src/templates/apps/room/launch.html index 21dff15..145d475 100644 --- a/src/templates/apps/room/launch.html +++ b/src/templates/apps/room/launch.html @@ -10,17 +10,20 @@

Note You are about to enter the meeting room '{{room.name}}'. - {%if room.nusers == 0 %}You are the first user to enter the room. If you are hosting this meeting and are comfortable with - the Adobe Connect software you may press 'Enter as Host' below. + {%if room.nusers == 0 %} + You are the first user to enter the room. {%else%} - There are {{room.nusers}} other participants in the room. + There are {{room.nusers}} other participants in the room right now. + {% endif %} + {%if room.nhosts == 0 %} There are no hosts in the room right now. This means that the participants in the room may not be able to make full use of the room. + If you are hosting this meeting and are comfortable with the Adobe Connect software you may press 'Enter as Host' below to become the first host. {% endif %}