{% extends "global/Page.html" %} {% load otree %} {% block title %} Payoff {% endblock %} {% block content %} Your earnings from this game are: {{ player.payoff }}.

Your real payoff is thus {{ player.real_payoff }} EUROS, in addition to a showup fee of 5.0 EUROS.

Please write down your participant code on a sheet of paper, as you will be asked for it in the next section.

Your Participant code is: {{ participant.code }}

{% next_button %} {% endblock %}