{{ block title }}Combined results{{ endblock }} {{ block content }} Here, your total earnings, including the future payoff for your current private investment are displayed: {{ if player.payoff > 0 }} {{ else }} {{ endif }} {{ if player.private_multiplier < 1 }} {{ else }} {{ endif }} {{ if player.future_payoff > 0 }} {{ else }} {{ endif }}

As you remember, your balance for the Round {{ player.round_number }} (the final one) was:{{ player.payoff }}
As you remember, your balance for the Round {{ player.round_number }} (the final one) was:{{ player.payoff }}

Your private investment multiplier from this round is: {{ player.private_multiplier }}
Your private investment for this round is: {{ player.private_contribution }}
Unfortunately, your private investment led to a loss in future: {{ player.private_share }}
Your private investment multiplier from this round is: {{ player.private_multiplier }}
Your private investment for this round is: {{ player.private_contribution }}
Congratulations, your private investment gave a future yield of: {{ player.private_share }}

Thus, your total payoff (including future private profits) amounts to:{{ player.future_payoff }}
Thus, your total payoff (including future private profits) amounts to:{{ player.future_payoff }}

{{ next_button }} {{ endblock }}