{% extends "global/Page.html" %} {% load otree static %} {% block title %} Payment {% endblock %} {% block content %}
Your payment for this task is {{player.payment}} (where {{player.payment}} equals 10 - {{player.reported_number}}).
The next round will start shortly!
{% else %}The secret number was between 0 and 10..
PLAYER 1 reported that the secret number was {{player.reported_number}}. Your payment for this portion of this experiment is {{player.payment}}.
{% endif %} {% next_button %} {% endblock %}