{% extends "otree/BaseBuiltIn.html" %} {% block title %} oTree demo sessions {% endblock %} {% block content %}

(To login to the admin page, click here.)

{{ intro_text|safe }}
{% for s in session_info %}

{{ s.type_name }}

{% endfor %} {% endblock %}