{{ block title }} {{if group.sp_amount >= 1}} First Decision {{else}} No offer was made {{endif}} {{ endblock }} {{ block content }}

{{if group.sp_amount >= 1}} {{if group.sp_amount == 1}}

Player A has offered you a transfer of {{group.sp_amount}} point.

{{else}}

Player A has offered you a transfer of {{group.sp_amount}} points.

{{endif}}

The table below now shows your payoffs including the offered transfer.

{{if group.treatment == True}} {{if group.sp_amount == 1}}
Decisions You get: The other country gets:
You and the other country contribute to the joint project. 4 Points + {{group.sp_amount}} point 10 Points - {{group.sp_amount}} point
You contribute, the other country keeps its points. 2 Points + {{group.sp_amount}} point 5 Points - {{group.sp_amount}} point
You keep your points, the other country contributes to the joint project. 5 Points + {{group.sp_amount}} point 6 Points - {{group.sp_amount}} point
None of you contribute and both of you keep your points for your own benefit. 3 Points + {{group.sp_amount}} point 3 Points - {{group.sp_amount}} point

{{else}}
Decisions You get: The other country gets:
You and the other country contribute to the joint project. 4 Points + {{group.sp_amount}} points 10 Points - {{group.sp_amount}} points
You contribute, the other country keeps its points. 2 Points + {{group.sp_amount}} points 5 Points - {{group.sp_amount}} points
You keep your points, the other country contributes to the joint project. 5 Points + {{group.sp_amount}} points 6 Points - {{group.sp_amount}} points
None of you contribute and both of you keep your points for your own benefit. 3 Points + {{group.sp_amount}} points 3 Points - {{group.sp_amount}} points

{{endif}} {{else}} {{if group.sp_amount == 1}}
Decisions You get: The other country gets:
You and the other country contribute to the joint project. 5 Points + {{group.sp_amount}} point 5 Points - {{group.sp_amount}} point
You contribute, the other country keeps its points. 2 Points + {{group.sp_amount}} point 5 Points - {{group.sp_amount}} point
You keep your points, the other country contributes to the joint project. 5 Points + {{group.sp_amount}} point 2 Points - {{group.sp_amount}} point
Both of you keep your points for your own benefit. 3 Points + {{group.sp_amount}} point 3 Points - {{group.sp_amount}} point

{{else}}
Decisions You get: The other country gets:
You and the other country contribute to the joint project. 5 Points + {{group.sp_amount}} points 5 Points - {{group.sp_amount}} points
You contribute, the other country keeps its points. 2 Points + {{group.sp_amount}} points 5 Points - {{group.sp_amount}} points
You keep your points, the other country contributes to the joint project. 5 Points + {{group.sp_amount}} points 2 Points - {{group.sp_amount}} points
Both of you keep your points for your own benefit. 3 Points + {{group.sp_amount}} points 3 Points - {{group.sp_amount}} points

{{endif}} {{endif}}

Please make your first decision. In the next round, you are still free to decide whether you want to contribute to the joint project or not. If you don't make a decision, the offer is automatically rejected.

{{ formfields }} {{else}}

Player A has decided not to offer you a transfer.

In the next round, you are still free to decide whether you want to contribute to the joint project or not.

{{endif}} {{ next_button }} {{ endblock }}