{% extends "global/Page.html" %} {% load otree static %} {% block title %} Part 1 - Payment Page (Do not close) {% endblock %} {% block content %}

Please enter the following in the payment form given to you:

The computer determined that the payment round will be Round {{paying_round_1}}. Your payoff in this round was {{playerpay1.payoff}}.

Since 50 points = $1, this equates to {{player.currency_payoff}}

Please click 'Next' to continue to Part 2.

{% next_button%} {% endblock %}