{% extends "otree/BaseBuiltIn.html" %} {% block title %} Sample games {% endblock %} {% block content %}

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

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

{{ s.display_name }}

{% endfor %} {% if debug %}

You can add entries to this list in sessions.py.

{% endif %} {% endblock %}