{{ block title }}Results for the Round {{ player.round_number }} {{ endblock }} {{ block content }}
| Your initial endowment was: | {{ if player.round_number == 1 }} {{ Constants.endowment }} {{ else }} {{ player.past_payoff }} {{ endif }} |
| Your social investment was: | {{ player.social_contribution }} |
| Your private investment for this round was: | {{ player.private_contribution }} |
| Thus, the amount you chose to keep equals to: | {{ player.money_kept }} |
| Play the next round to discover the private investment yield from the current round! | |
| Your private investment multiplier from the previous round was: | {{ player.past_private_multiplier }} |
| Your private investment for the previous round was: | {{ player.past_private_contribution }} |
| Unfortunately, your private investment resulted in loss: | {{ player.private_payoff }} |
| Your private investment multiplier from the previous round was: | {{ player.past_private_multiplier }} |
| Your private investment for the previous round was: | {{ player.past_private_contribution }} |
| Caution, you've invested privately too much during this round, leading to a negative private balance: | {{ player.private_payoff }} |
| Your private investment multiplier from the previous round was: | {{ player.past_private_multiplier }} |
| Your private investment for the previous round was: | {{ player.past_private_contribution }} |
| Congratulations, your private investment yielded: | {{ player.private_payoff }} |
| Other participants' total social contribution is: | {{ p.social_contribution }} |
| Total social contribution: | {{ group.total_contribution }} |
| Social earning per each group member: | {{ group.social_share }} |
| Your social contribution yielded: | {{ player.social_payoff }} |
| Your new remaining balance is: | {{ player.payoff }} |
| Your new remaining balance is: | {{ player.payoff }} |