{% extends "global/Page.html" %} {% load otree %} {% block title %} Game {{player.game_num}} {% endblock %} {% block content %}


Votre choix :


Please enter the amount of your investment in the project (in ECUs) (an amount between 0 and 10):

{% formfield player.risk11_a label = ""%}

So, how many ECUs did you keep (an amount between 0 and 10)?

{% formfield player.risk11_b label = ""%}

Note: the sum of the two amounts must be equal to 10.



{% next_button %}


{% include Constants.instructions_GP_template %}
{% endblock %}