{% extends 'global/Page.html' %} {% block title %} Final Payoff {% endblock %} {% block content %}

Game 1: Coin Flipping Task

In the Coin Flip game, you selected {{ win }} heads , resulting in a payoff of {{ payoff_game1 }}.

Game 2: Public Goods Game

In the Public Goods game, you contributed {{ contribution }}, while the other two players contributed {{ selected_random_numbers }}. Your payoff is ₹ {{ payoff_game2_round }}.

Game 3: Real Effort Task

{% if take_fixed_payment %}

You chose to take the fixed payment of {{ payoff_game3 }}.

{% else %}

You folded {{ num_envelopes }} envelopes, and your payoff is {{ payoff_game3 }}.

{% endif %}

Your final payoff is ₹ {{ final_payoff }}.

{{ formfields }} {{ next_button }} {% endblock %}