{% extends "global/Page.html" %} {% load otree static %} {% block title %} Contribution decision {% endblock %} {% block content %}


We will now start the actual game.


There is only one round for this game. You are matched with another participant who has also signed up to take part in the study.

{% if player.your_type == "neutral"%}


You have been allocated 20 tokens and the other group member has been allocated 20 tokens..


Your task is to decide how many tokens you would like to contribute to the project.

{% elif player.your_type == "low"%}


You have been allocated 10 tokens and the other group member has been allocated 30 tokens.


Your task is to decide how many tokens you would like to contribute to the project.

{%else%}


You have been allocated 30 tokens and the other group member has been allocated 10 tokens.


Your task is to decide how many tokens you would like to contribute to the project.

{% endif%}

{% formfields %} {% next_button %} {% endblock %}