{{ block title }} Game results {{ endblock }} {{ block content }} {{if player.id_in_group == 1}}
You earned 50,000 IDR for your participation and {{group.payoff1}} IDR in the game, which means you earned a total of {{total_payout}} IDR .
Before we process your payment, you need to first complete a short questionnaire (and provide your telephone number for the payment processing).
{{elif player.id_in_group == 2}}You earned 50,000 IDR for your participation and {{group.payoff2}} IDR in the game, which means you earned a total of {{total_payout}} IDR .
Before we process your payment, you need to first complete a short questionnaire (and provide your telephone number for the payment processing).
{{elif player.id_in_group == 3}}You earned 50,000 IDR for your participation and {{group.payoff3}} IDR in the game, which means you earned a total of {{total_payout}} IDR .
{{elif player.id_in_group == 4}}You earned 50,000 IDR for your participation and {{group.payoff4}} IDR in the game, which means you earned a total of {{total_payout}} IDR .
{{elif player.id_in_group == 5}}You earned 50,000 IDR for your participation and {{group.payoff5}} IDR in the game, which means you earned a total of {{total_payout}} IDR .
Before we process your payment, you need to first complete a short questionnaire (and provide your telephone number for the payment processing).
{{endif}} {{ next_button }} {{ endblock }}