{% extends "otree/admin/Session.html" %} {% block content %} {{ block.super }} {% if fullscreen_mode_on %}
Try out this session in fullscreen mode.
{% endif %}Or simply open each link in its own browser tab.
{% for participant_url in participant_urls %}
{{ participant_url }}
{% endfor %}
To run your experiment in Lab checkout Persistent URLs page.
{% endblock %}