{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Input your code {% endblock %} {% block content %}

Welcome to the experiment.
It consists of {{ Constants.phase1|length }} Rounds.
Please provide your unique ID code in the textbox below

{% formfield player.comprehension1 %} {{ form.comprehension1.errors }} {% formfield player.comprehension2 %} {{ form.comprehension2.errors }} {% formfield player.comprehension3 %} {{ form.comprehension3.errors }}
{% next_button %}

Help: If you have any questions, please raise your hand.

{% endblock %}