{% load otree static %}
| Round # | S1 | D1 | Group project Value | Private project value | Your Choice | Other group members' choices | {% if player.treatment == 2 %}Group member choice stage | {% endif %}Project selected |
|---|---|---|---|---|---|---|---|---|
| {{ p.round_number }} | {{ p.pub_good }} | {{ p.priv_good_sig }} | {{ p.pub_good_value }} | {{ p.priv_good_value }} | {{ p.voting_decision }} | {{ p.other1_act }} {{ p.other2_act }} |
{% if player.treatment == 2 %}
{% if p.other1_cont == 0 %} -- {% else %} {{ p.other1_cont }} {% endif %}
{% if p.other2_cont == 0 %} -- {% else %} {{ p.other2_cont }} {% endif %} |
{% endif %}
{{ p.project }} |