{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }}, Period 2 {% endblock %} {% block app_styles %} {% endblock %} {% block content %} Your bank is in {{ region }} and it has been randomly determined that it is State {{group.state}}.

StateRegion IRegion II
167 impatient, 33 patient33 impatient, 67 patient
233 impatient, 67 patient67 impatient, 33 patient

As you are in {{ region }} and it is State {{group.state}} , you have {{ player.impatient }} impatient customers.

Recall that based on your initial allocation, you have {{ player.asset}} units in assets and {{ player.cash }} units in cash.


{% next_button %} {% endblock %} {% block styles %} {% endblock %}