{% extends "global/Page.html" %} {% load otree static %} {% block title %} Round {{ round_number }}, Period 2 {% endblock %} {% block content %}

Your bank is in {{ region }}.

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.

Based on your initial allocation, you have {{ player.asset}} points in Assets and {{ player.cash }} points in cash.



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