{% extends "base.html" %} {% load datehumanize %} {% load prefix %} {% block widgets %} {% endblock %} {% block content %}

Entering {{room.name}}

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. {%else%} There are {{room.nusers}} other participants in the room. {% endif %}


{% endblock %}