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

Create a new session

{% include "otree/includes/CreateSessionForm.html" %}

Participants Ready (0)

{% if has_expected_participant_list %}

Participants Not Present (0)

{% endif %}
{% include "otree/includes/RoomParticipantLinks.html" %} {% endblock %} {% block internal_scripts %} {{ block.super }} {% endblock %}