{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - Decision {% endblock %} {% block content %}
Time: {{ time }} seconds.
Please indicate the maximum amount of money (between 0 and 100 cents) you are willing to pay to see another {% if player.r_aux_g2 >= 0.5 %} fellow team member's {% else %} participant's {% endif %} public guess. After this, you will have the opportunity to update your private guess.
| {% formfield player.offer label = "" %} | cents. |
Please click "Next" to continue.
{% next_button %} {% endblock %}