{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Phase 1: {% endblock %} {% block content %}

Welcome to Phase 1 of the experiment.
This Phase consists of {{ Constants.phase1|length }} Rounds.
The Distribution rule during these rounds is {{ group.distribution_rule }}


{% next_button %}

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

{% endblock %}