{% extends "global/Page.html" %} {% load otree static %} {% block title %} Conditional table {% endblock %} {% block content %} {% if player.treatment == "equalpro" %}


You have 20 tokens at your disposal.


Your task is to fill in a “contribution table” where you indicate how many tokens you want to contribute to the project for each possible average contribution of the other group members. You can condition your contribution on that of the other group members. You have to make an entry into each input box.

{% elif player.treatment == "equalmain" %}


You can withdraw up to 20 tokens.


Your task is to fill in a “withdrawal table” where you indicate how many tokens you want to withdraw from the project for each possible average withdrawal of the other group members. You can condition your withdrawal on that of the other group members. You have to make an entry into each input box.

{% elif player.treatment == "unequalpro" and player.your_type == "low" %}


You have 10 tokens at your disposal.


Your task is to fill in two “contribution tables” where you indicate how many tokens you want to contribute to the project for each possible average contribution of the other group members (rounded to the next integer) depending on how many tokens they have at their disposal. You can condition your contribution on that of the other group members. You have to make an entry into each input box.

{% elif player.treatment == "unequalpro" and player.your_type == "high" %}


You have 30 tokens at your disposal.


Your task is to fill in two “contribution tables” where you indicate how many tokens you want to contribute to the project for each possible average contribution of the other group members (rounded to the next integer) depending on how many tokens they have at their disposal. You can condition your contribution on that of the other group members. You have to make an entry into each input box.

{% elif player.treatment == "unequalmain" and player.your_type == "low" %}


You can withdraw up to 10 tokens.


Your task is to fill in two “withdrawal tables” where you indicate how many tokens you want to withdraw from the project for each possible average withdrawal of the other group members (rounded to the next integer) depending on how many tokens they can withdraw. You can condition your withdrawal on that of the other group members. You have to make an entry into each input box.

{% elif player.treatment == "unequalmain" and player.your_type == "high" %}


You can withdraw up to 30 tokens.


Your task is to fill in two “withdrawal tables” where you indicate how many tokens you want to withdraw from the project for each possible average withdrawal of the other group members (rounded to the next integer) depending on how many tokens they can withdraw. You can condition your withdrawal on that of the other group members. You have to make an entry into each input box.

{% endif %} {% if player.treatment == "equalpro" %}
If the other group members contribute on average 0 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_0token %}
If the other group members contribute on average 1 token to the project, how many tokens do you contribute?
{% formfield player.con_contribution_1token %}
If the other group members contribute on average 2 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_2token %}
If the other group members contribute on average 3 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_3token %}
If the other group members contribute on average 4 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_4token %}
If the other group members contribute on average 5 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_5token %}
If the other group members contribute on average 6 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_6token %}
If the other group members contribute on average 7 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_7token %}
If the other group members contribute on average 8 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_8token %}
If the other group members contribute on average 9 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_9token %}
If the other group members contribute on average 10 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_10token %}
If the other group members contribute on average 11 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_11token %}
If the other group members contribute on average 12 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_12token %}
If the other group members contribute on average 13 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_13token %}
If the other group members contribute on average 14 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_14token %}
If the other group members contribute on average 15 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_15token %}
If the other group members contribute on average 16 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_16token %}
If the other group members contribute on average 17 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_17token %}
If the other group members contribute on average 18 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_18token %}
If the other group members contribute on average 19 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_19token %}
If the other group members contribute on average 20 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_20token %}
{% elif player.treatment == "equalmain" %}
If the other group members withdraw on average 0 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_0token %}
If the other group members withdraw on average 1 token from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_1token %}
If the other group members withdraw on average 2 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_2token %}
If the other group members withdraw on average 3 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_3token %}
If the other group members withdraw on average 4 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_4token %}
If the other group members withdraw on average 5 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_5token %}
If the other group members withdraw on average 6 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_6token %}
If the other group members withdraw on average 7 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_7token %}
If the other group members withdraw on average 8 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_8token %}
If the other group members withdraw on average 9 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_9token %}
If the other group members withdraw on average 10 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_10token %}
If the other group members withdraw on average 11 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_11token %}
If the other group members withdraw on average 12 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_12token %}
If the other group members withdraw on average 13 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_13token %}
If the other group members withdraw on average 14 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_14token %}
If the other group members withdraw on average 15 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_15token %}
If the other group members withdraw on average 16 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_16token %}
If the other group members withdraw on average 17 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_17token %}
If the other group members withdraw on average 18 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_18token %}
If the other group members withdraw on average 19 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_19token %}
If the other group members withdraw on average 20 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_20token %}
{% elif player.treatment == "unequalpro" and player.your_type == "low" %}
If the other group member, who has 10 tokens, contributes 0 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_0token_low %}
If the other group member, who has 10 tokens, contributes 1 token to the project, how many tokens do you contribute?
{% formfield player.con_contribution_1token_low %}
If the other group member, who has 10 tokens, contributes 2 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_2token_low %}
If the other group member, who has 10 tokens, contributes 3 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_3token_low %}
If the other group member, who has 10 tokens, contributes 4 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_4token_low %}
If the other group member, who has 10 tokens, contributes 5 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_5token_low %}
If the other group member, who has 10 tokens, contributes 6 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_6token_low %}
If the other group member, who has 10 tokens, contributes 7 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_7token_low %}
If the other group member, who has 10 tokens, contributes 8 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_8token_low %}
If the other group member, who has 10 tokens, contributes 9 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_9token_low %}
If the other group member, who has 10 tokens, contributes 10 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_10token_low %}
If the other two group members, who have 30 tokens each, contribute on average 0 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_0token_high %}
If the other two group members, who have 30 tokens each, contribute on average 1 token to the project, how many tokens do you contribute?
{% formfield player.con_contribution_1token_high %}
If the other two group members, who have 30 tokens each, contribute on average 2 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_2token_high %}
If the other two group members, who have 30 tokens each, contribute on average 3 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_3token_high %}
If the other two group members, who have 30 tokens each, contribute on average 4 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_4token_high %}
If the other two group members, who have 30 tokens each, contribute on average 5 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_5token_high %}
If the other two group members, who have 30 tokens each, contribute on average 6 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_6token_high %}
If the other two group members, who have 30 tokens each, contribute on average 7 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_7token_high %}
If the other two group members, who have 30 tokens each, contribute on average 8 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_8token_high %}
If the other two group members, who have 30 tokens each, contribute on average 9 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_9token_high %}
If the other two group members, who have 30 tokens each, contribute on average 10 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_10token_high %}
If the other two group members, who have 30 tokens each, contribute on average 11 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_11token_high %}
If the other two group members, who have 30 tokens each, contribute on average 12 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_12token_high %}
If the other two group members, who have 30 tokens each, contribute on average 13 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_13token_high %}
If the other two group members, who have 30 tokens each, contribute on average 14 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_14token_high %}
If the other two group members, who have 30 tokens each, contribute on average 15 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_15token_high %}
If the other two group members, who have 30 tokens each, contribute on average 16 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_16token_high %}
If the other two group members, who have 30 tokens each, contribute on average 17 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_17token_high %}
If the other two group members, who have 30 tokens each, contribute on average 18 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_18token_high %}
If the other two group members, who have 30 tokens each, contribute on average 19 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_19token_high %}
If the other two group members, who have 30 tokens each, contribute on average 20 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_20token_high %}
If the other two group members, who have 30 tokens each, contribute on average 21 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_21token_high %}
If the other two group members, who have 30 tokens each, contribute on average 22 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_22token_high %}
If the other two group members, who have 30 tokens each, contribute on average 23 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_23token_high %}
If the other two group members, who have 30 tokens each, contribute on average 24 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_24token_high %}
If the other two group members, who have 30 tokens each, contribute on average 25 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_25token_high %}
If the other two group members, who have 30 tokens each, contribute on average 26 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_26token_high %}
If the other two group members, who have 30 tokens each, contribute on average 27 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_27token_high %}
If the other two group members, who have 30 tokens each, contribute on average 28 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_28token_high %}
If the other two group members, who have 30 tokens each, contribute on average 29 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_29token_high %}
If the other two group members, who have 30 tokens each, contribute on average 30 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_30token_high %}
{% elif player.treatment == "unequalpro" and player.your_type == "high" %}
If the other group member, who has 30 tokens, contributes 0 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_0token_high %}
If the other group member, who has 30 tokens, contributes 1 token to the project, how many tokens do you contribute?
{% formfield player.con_contribution_1token_high %}
If the other group member, who has 30 tokens, contributes 2 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_2token_high %}
If the other group member, who has 30 tokens, contributes 3 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_3token_high %}
If the other group member, who has 30 tokens, contributes 4 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_4token_high %}
If the other group member, who has 30 tokens, contributes 5 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_5token_high %}
If the other group member, who has 30 tokens, contributes 6 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_6token_high %}
If the other group member, who has 30 tokens, contributes 7 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_7token_high %}
If the other group member, who has 30 tokens, contributes 8 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_8token_high %}
If the other group member, who has 30 tokens, contributes 9 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_9token_high %}
If the other group member, who has 30 tokens, contributes 10 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_10token_high %}
If the other group member, who has 30 tokens, contributes 11 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_11token_high %}
If the other group member, who has 30 tokens, contributes 12 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_12token_high %}
If the other group member, who has 30 tokens, contributes 13 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_13token_high %}
If the other group member, who has 30 tokens, contributes 14 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_14token_high %}
If the other group member, who has 30 tokens, contributes 15 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_15token_high %}
If the other group member, who has 30 tokens, contributes 16 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_16token_high %}
If the other group member, who has 30 tokens, contributes 17 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_17token_high %}
If the other group member, who has 30 tokens, contributes 18 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_18token_high %}
If the other group member, who has 30 tokens, contributes 19 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_19token_high %}
If the other group member, who has 30 tokens, contributes 20 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_20token_high %}
If the other group member, who has 30 tokens, contributes 21 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_21token_high %}
If the other group member, who has 30 tokens, contributes 22 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_22token_high %}
If the other group member, who has 30 tokens, contributes 23 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_23token_high %}
If the other group member, who has 30 tokens, contributes 24 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_24token_high %}
If the other group member, who has 30 tokens, contributes 25 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_25token_high %}
If the other group member, who has 30 tokens, contributes 26 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_26token_high %}
If the other group member, who has 30 tokens, contributes 27 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_27token_high %}
If the other group member, who has 30 tokens, contributes 28 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_28token_high %}
If the other group member, who has 30 tokens, contributes 29 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_29token_high %}
If the other group member, who has 30 tokens, contributes 30 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_30token_high %}
If the other two group members, who have 10 tokens each, contribute on average 0 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_0token_low %}
If the other two group members, who have 10 tokens each, contribute on average 1 token to the project, how many tokens do you contribute?
{% formfield player.con_contribution_1token_low %}
If the other two group members, who have 10 tokens each, contribute on average 2 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_2token_low %}
If the other two group members, who have 10 tokens each, contribute on average 3 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_3token_low %}
If the other two group members, who have 10 tokens each, contribute on average 4 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_4token_low %}
If the other two group members, who have 10 tokens each, contribute on average 5 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_5token_low %}
If the other two group members, who have 10 tokens each, contribute on average 6 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_6token_low %}
If the other two group members, who have 10 tokens each, contribute on average 7 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_7token_low %}
If the other two group members, who have 10 tokens each, contribute on average 8 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_8token_low %}
If the other two group members, who have 10 tokens each, contribute on average 9 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_9token_low %}
If the other two group members, who have 10 tokens each, contribute on average 10 tokens to the project, how many tokens do you contribute?
{% formfield player.con_contribution_10token_low %}
{% elif player.treatment == "unequalmain" and player.your_type == "low" %}
If the other group member, who can withdraw up to 10 tokens, withdraws 0 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_0token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 1 token from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_1token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 2 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_2token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 3 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_3token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 4 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_4token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 5 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_5token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 6 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_6token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 7 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_7token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 8 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_8token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 9 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_9token_low %}
If the other group member, who can withdraw up to 10 tokens, withdraws 10 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_10token_low %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 0 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_0token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 1 token from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_1token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 2 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_2token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 3 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_3token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 4 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_4token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 5 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_5token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 6 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_6token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 7 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_7token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 8 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_8token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 9 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_9token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 10 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_10token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 11 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_11token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 12 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_12token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 13 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_13token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 14 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_14token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 15 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_15token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 16 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_16token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 17 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_17token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 18 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_18token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 19 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_19token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 20 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_20token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 21 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_21token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 22 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_22token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 23 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_23token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 24 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_24token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 25 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_25token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 26 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_26token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 27 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_27token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 28 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_28token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 29 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_29token_high %}
If the other two group members, who can withdraw up to 30 tokens each, withdraw on average 30 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_30token_high %}
{% elif player.treatment == "unequalmain" and player.your_type == "high" %}
If the other group member, who can withdraw up to 30 tokens, withdraws 0 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_0token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 1 token from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_1token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 2 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_2token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 3 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_3token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 4 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_4token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 5 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_5token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 6 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_6token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 7 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_7token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 8 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_8token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 9 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_9token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 10 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_10token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 11 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_11token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 12 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_12token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 13 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_13token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 14 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_14token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 15 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_15token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 16 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_16token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 17 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_17token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 18 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_18token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 19 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_19token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 20 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_20token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 21 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_21token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 22 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_22token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 23 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_23token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 24 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_24token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 25 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_25token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 26 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_26token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 27 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_27token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 28 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_28token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 29 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_29token_high %}
If the other group member, who can withdraw up to 30 tokens, withdraws 30 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_30token_high %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 0 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_0token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 1 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_1token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 2 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_2token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 3 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_3token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 4 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_4token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 5 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_5token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 6 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_6token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 7 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_7token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 8 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_8token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 9 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_9token_low %}
If the other two group members, who can withdraw up to 10 tokens each, withdraw on average 10 tokens from the project, how many tokens do you withdraw?
{% formfield player.con_withdrawal_10token_low %}
{% endif %} {% next_button %} {% endblock %}