{% extends "otree/BaseSite.html" %} {% load otree_tags floppyforms %} {% block title %} {{ room.display_name }} {% endblock %} {% block content %} {% if room.has_session %}

Close this room.

{% else %}

Create a new session

{% formrow form.session_config %} {% formrow form.num_participants %} {% next_button %} {% endif %}

Participants waiting: ({{ participant_count }})

{% for participant in participant_names %}

{{ participant }}

{% endfor %} {% endblock %}