{% extends "global/Page.html" %} {% load otree static %} {% block title %} Payment {% endblock %} {% block content %}

Round {{round}} from {{Constants.num_rounds}}


{% if player.id_in_group == 1%}

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 equal to {{player.secret_number}}.

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 %}