{{ extends 'global/Page.html' }} {{ block title }}The Result of the Ultimatum Game{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

There are altogether 100 RMB endowment in this game.

You sent {{ group.UG_Proposer }} RMB to the Responder.

And the Responder {{ group.UG_Result }} the offer.

So, you received {{ group.UGP_payment }} RMB from the Ultimatum Game

{{ else }}

There are altogether 100 RMB endowment in this game.

Proposer sent {{ group.UG_Proposer }} RMB to you.

And you {{ group.UG_Result }} the offer.

So, you received {{ group.UGR_payment }} RMB from the Ultimatum Game

{{ endif }} {{ next_button }} {{ endblock }}