{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You chose to send participant B {{ group.sent_amount }}. Participant B returned {{ group.sent_back_amount }}.
You were initially endowed with {{ C.ENDOWMENT }}, chose to send {{ group.sent_amount }}, received {{ group.sent_back_amount }} thus you now have: {{ C.ENDOWMENT }}-{{ group.sent_amount }}+{{ group.sent_back_amount }}={{ player.payoff }}
Congratulations! You finish the game! Your total payoff during the five rounds game is {{total_payoff}}.
{% endif %} {{ else }}Participant A sent you {{ group.sent_amount }}. They were multipled by 100 so you received {{ tripled_amount }}. You chose to return {{ group.sent_back_amount }}.
You received {{ tripled_amount }}, chose to return {{ group.sent_back_amount }} thus you now have: ({{ tripled_amount }})-({{ group.sent_back_amount }})={{ player.payoff }}
Congratulations! You finish the game! Your total payoff during the five rounds game is {{total_payoff}}.
{% endif %} {{ endif }}{{ next_button }}
{{ C.INSTRUCTION }} {{ endblock }}