{% extends 'otree/Page.html' %} {% block content %}

Information round {{ round_number }}

The number you chose is: {{ a }}

The number chosen by the other player is: {{ a_opponent }}

If this round would be selected for payment, then your payoff would be: {{ payoff_guessing }}

Your payoff from Guess 1 is: {{ payoff_first }}

Your payoff from Guess 2 is: {{ payoff_second }}

{{ next_button}} {% endblock %}