{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %} The results of the task are below.

You chose to contribute {{ player.contribution }} tokens to the Group Account.

{% if player.id_in_group == 1 %} Other player 1 contributed {{ group.contribution11 }} tokens to the Group Account.

Other player 2 contributed {{ group.contribution12 }} tokens to the Group Account.

Other player 3 contributed {{ group.contribution13 }} tokens to the Group Account.

{% elif player.id_in_group == 2 %} Other player 1 contributed {{ group.contribution21 }} tokens to the Group Account.

Other player 2 contributed {{ group.contribution22 }} tokens to the Group Account.

Other player 3 contributed {{ group.contribution23 }} tokens to the Group Account.

{% elif player.id_in_group == 3 %} Other player 1 contributed {{ group.contribution31 }} tokens to the Group Account.

Other player 2 contributed {{ group.contribution32 }} tokens to the Group Account.

Other player 3 contributed {{ group.contribution33 }} tokens to the Group Account.

{% else %} Other player 1 contributed {{ group.contribution41 }} tokens to the Group Account.

Other player 2 contributed {{ group.contribution42 }} tokens to the Group Account.

Other player 3 contributed {{ group.contribution43 }} tokens to the Group Account.

{% endif %} Your payoff for the task in AUD is {{ player.payoff }}.


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