{{ extends 'global/Page.html' }} {{ block title }}Trust Game: Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}
You sent {{alias1}} {{ group.sent_amount }}. {{alias1}} returned {{ group.sent_back_amount }}.
{{ else }}{{alias2}} sent you {{ group.sent_amount }}. You returned {{ group.sent_back_amount }}.
{{ endif }}Therefore, your total payoff for this round is {{ player.payoff }}. Your total points so far is: {{ participant.payoff }} {{ next_button }}
{{ endblock }}