{% extends "global/Page.html" %} {% block title %} Introduction {% endblock %} {% block content %}

Welcome to our study!

{{ if player.id_in_group == 1 }}

You will be given an endowment of {{Constants.amount}}.

We ask you to indicate how much of this amount you would like to share with the other player.

After your allocation, the other player can either accept or reject your offer.

If the other person accepts, then the allocation will be settled, and you will receive the amount you decided to keep for yourself.

If the other person rejects the offer, then both of you will get zero.

{{ endif }} {{ if player.id_in_group == 2 }}

The other player will be given an endowment of {{Constants.amount}}.

We ask the other player to indicate how much of this amount to share with you.

When you receive the offer, you can either accept or reject it.

If you accept, then the allocation will be settled, and you will receive the amount you decided to accept.

If you reject the offer, then both of you will get zero.

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