{% extends "otree/admin/Session.html" %} {% block content %} {{ block.super }}
There are several modes to play this session.
{% if fullscreen_mode_on %}To play in full screen mode, click here.
{% endif %}Open each link in its own browser tab.
{% for participant_url in participant_urls %}
{{ participant_url }}
{% endfor %}
If it is impractical to distribute distinct URLs to each participant, you can give the following start URL to all participants:
Notes:
To run your experiment in a lab, see the Persistent URLs page.
{% endblock %}