{{ block title }}Your Final Payment{{ endblock }} {{ block content }}

You completed the study!

Your total payment for the study is {{ player.payoff_total }}.

This payment has been computed as follows:

Your payment for your participation in this study: 5€

{% if player.payoff_norms == 0 %} First task: Your evaluation in the action randomly selected for payment was not the same as the most selected evaluation by other participants in the session. Therefore, your payment in the first task: {{ player.payoff_norms }}. {% else %} First task: Your evaluation in the action randomly selected for payment was the same as the most selected evaluation by other participants in the session. Therefore, your payment in the first task is {{ player.payoff_norms }}. {% endif %}

Second task: From the 20 balls available. You deposited {{ player.RFT_balls_in_blue }} in the blue box and {{ player.RFT_balls_in_yellow }} in the yellow box. Therefore, your payment in the second task is {{ player.payoff_rule }}

                                                                                                                                                                                                                                                                                {{ endblock }}