{{ extends 'global/Page.html' }} {{ block title }}Result{{ endblock }} {{ block content }}
In task 1: You sent to group ${{player.group_send_group_egalitarian}}. Your group sent to group B ${{player.record_group_sent_egalitarian}}. The group B returned to your group ${{player.record_group_return_egalitarian}}. Your payoffs from this task is {{player.payoff_egalitarian}}.
Your guess of the total amount sent from your group to group B is ${{player.guess_send_egalitarian}}. Your guess of the total return from group B is ${{player.guess_return_egalitarian}}.
{% if player.group_guess_send_right_egalitarian and player.group_guess_return_right_egalitarian %} You will also receive additional payment ${{C.GUESSAWARD}} from the correct guess if this task is selected to count as your payment. {% else %} You will not receive additional payment because your guesses were not both accurate. {% endif %}
In task 3: You sent to the group ${{player.group_send_group_proportional}}. Your group sent to group B ${{player.record_group_sent_proportional}}.The group B returned to your group ${{player.record_group_return_proportional}}. Your payoffs from this task was {{player.payoff_proportional}}.
Your guess of the total amount sent from your group is ${{player.guess_send_proportional}}. Your guess of the total return was ${{player.guess_return_proportional}}.
{% if player.group_guess_send_right_proportional and player.group_guess_return_right_proportional %} You will also receive additional payment from the correct guess if this task is selected to count as your payment. {% else %} You will not receive additional payment because your guesses were not both accurate. {% endif %}
Task {{subsession.paying_task}} was selected to count as your payment. Therefore, you final payoff is {{player.payoff}} .
{{ next_button }} {{ endblock }}