{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
{% if player.language == 1 %}

Practice rounds

There are 3 practice rounds which are not relevant for your payout. After the practice rounds your decisions will be reset and the actualy (i.e., payoff relevant) experiment begins.

{%else%}

Testphase

Die Testphase besteht aus 3 Test-Runden. Die Testphase ist nicht auszahlungsrelevant. Nach der Testphase werden alle Ergebnisse zurück gesetzt.

{%endif%}

{% next_button %} {% endblock %}