{% 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 %} {% if player.treatment == 'clear_signal' or player.treatment == 'clear_signal_ecu'%}The secret number was equal to {{player.secret_number}}.
{% else %}The secret number is between 0 and 10.
{% endif %}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 %}