{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Part 2 - First payment opportunity {% endblock %} {% block content %}

Time: {{ time }} seconds.

Your number is {{ player.p_value }}

The first payment opportunity depends on the average of this number and the numbers of the other team members.

Please click "Next" to continue.

{% next_button %} {% endblock %}