{% extends "global/Page.html" %} {% load otree %} {% block title %}{% endblock %} {% block content %}
If you are Player 2 (For every 1 point contributed, the common pool increases by {{ session.config.unit_less }} points), and the coplayer is Player 1 (For every 1 point contributed, the common pool increases by {{ session.config.unit_more }} points)
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 }}If coplayer's contributions are as follows, how many would you contribute? (Integers between 0-24)
| 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=''}} | {{ next_button }} | |||||