{% extends "global/Page.html" %} {% load otree %} {% block title %}{% endblock %} {% block content %}
  1. {% if session.config.treatment_group == "endowment" %} If you are Player 2 (with initial point of {{ session.config.init_less }}), and the coplayer is Player 1 (with initial point of {{ session.config.init_more }}) {% endif %} {% if session.config.treatment_group == "endowment_and_production" %} If you are Player 2 (with initial point of {{ session.config.init_less }}; for every 1 point contributed, the common pool increases by {{ session.config.unit_less }} points), and the coplayer is Player 1 (with initial point of {{ session.config.init_more }}; for every 1 point contributed, the common pool increases by {{ session.config.unit_more }} points) {% endif %}

    1. Please fill in your preferred contribution pattern:

      {{formfield player.your_given_less label=your_given_less }} {{formfield player.other_given_less label=other_given_less }}
    2. If coplayer's contributions are as follows, how many would you contribute? (Integers between 0-12)

      Coplayer You Coplayer You Coplayer You Coplayer You
      0 {{ formfield player.your_given_less_0 label=''}} 1 {{ formfield player.your_given_less_1 label=''}} 2 {{ formfield player.your_given_less_2 label=''}} 3 {{ formfield player.your_given_less_3 label=''}}
      4 {{ formfield player.your_given_less_4 label=''}} 5 {{ formfield player.your_given_less_5 label=''}} 6 {{ formfield player.your_given_less_6 label=''}} 7 {{ formfield player.your_given_less_7 label=''}}
      8 {{ formfield player.your_given_less_8 label=''}} 9 {{ formfield player.your_given_less_9 label=''}} 10 {{ formfield player.your_given_less_10 label=''}} 11 {{ formfield player.your_given_less_11 label=''}}
      12 {{ formfield player.your_given_less_12 label=''}} 13 {{ formfield player.your_given_less_13 label=''}} 14 {{ formfield player.your_given_less_14 label=''}} 15 {{ formfield player.your_given_less_15 label=''}}
      16 {{ formfield player.your_given_less_16 label=''}} 17 {{ formfield player.your_given_less_17 label=''}} 18 {{ formfield player.your_given_less_18 label=''}} 19 {{ formfield player.your_given_less_19 label=''}}
      20 {{ formfield player.your_given_less_20 label=''}} 21 {{ formfield player.your_given_less_21 label=''}} 22 {{ formfield player.your_given_less_22 label=''}} 23 {{ formfield player.your_given_less_23 label=''}}
      24 {{ formfield player.your_given_less_24 label=''}} 25 {{ formfield player.your_given_less_25 label=''}} 26 {{ formfield player.your_given_less_26 label=''}} 27 {{ formfield player.your_given_less_27 label=''}}
      28 {{ formfield player.your_given_less_28 label=''}} 29 {{ formfield player.your_given_less_29 label=''}} 30 {{ formfield player.your_given_less_30 label=''}} 31 {{ formfield player.your_given_less_31 label=''}}
      32 {{ formfield player.your_given_less_32 label=''}} 33 {{ formfield player.your_given_less_33 label=''}} 34 {{ formfield player.your_given_less_34 label=''}} 35 {{ formfield player.your_given_less_35 label=''}}
      36 {{ formfield player.your_given_less_36 label=''}} {{ next_button }}
{% endblock %}