{% extends "global/Page.html" %} {% load otree static %} {% block title %} Decision Page -- Round {{ subsession.round_number }} of {{ Constants.num_rounds }} {% if player.treatment == 2 %}

Stage {{player_period}} of 3 {% endif %} {% endblock %} {% block content %}

Summary


The Group Project has value V=S1+S2+S3

The Private Project has value P=D1+D2+D3.



For all players in your group D1 = {{ player.priv_good_sig }}

Your individual value of S1 for this round is S1 = {{ player.pub_good }}


{% if player.treatment == 2 and player_period > 1 %}

The number of group members who have already chosen the group project so far is: {{ group.num_contr }}

{% endif %} {% if player.contribute != 1 %} Please indicate whether you choose the group project:

{% formfield player.contribute label="Choose the group project?" %}

{% else %} You have already chosen the group project this round. Please click the next button below to proceed to the next stage.

{% endif %} {% next_button %}
{% if subsession.round_number != 1 %} {% if player_in_previous_round.treatment == player.treatment %}
Round history
{% include Constants.history_template %}
{% endif %} {% endif %}



{% formfield player.contr_period label=""%} {% formfield player.sub_period label = ""%} {% formfield player.treatment label = ""%} {% endblock %} {% block scripts %} {% endblock %}