{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

You invest {{ group.sent_amount }}. Your return is {{ group.sent_back_amount }}.

{{ else }}

You invest {{ group.sent_amount }}. Your return is {{ group.sent_back_amount }}.

{{ endif }}

Therefore, your total payoff is {{ player.payoff }}.

{{ next_button }} {{ include C.INSTRUCTIONS_TEMPLATE }} {{ endblock }}