{% extends 'global/Page.html' %} {% block title %} Final Payoff {% endblock %} {% block content %}
In the Coin Flip game, you selected {{ win }} heads , resulting in a payoff of {{ payoff_game1 }}.
In the Public Goods game, you contributed {{ contribution }}, while the other two players contributed {{ selected_random_numbers }}. Your payoff is ₹ {{ payoff_game2_round }}.
You chose to take the fixed payment of {{ payoff_game3 }}.
{% else %}You folded {{ num_envelopes }} envelopes, and your payoff is {{ payoff_game3 }}.
{% endif %}