{% block title %} {% if player.participant.first_practice_order == 0 %}
Preliminary Round 2
{% elif player.participant.first_practice_order == 1 %}
Preliminary Round 1
{% endif %} {% endblock %} {{ block content }}

{% if player.participant.first_practice_order == 0 %}

Suppose that you were again randomly matched with 2 other participants, and received the low endowment of 15 ECUs.

How many ECU(s) would you like to contribute to the joint project?

{% elif player.participant.first_practice_order == 1 %}

Suppose that you were randomly matched with 2 other participants, and received the low endowment of 15 ECUs.

How many ECU(s) would you like to contribute to the joint project?

{% endif %} {{formfields}}


{{ endblock }}