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

You are 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}}, the bank you are responsible for will have {{ player.impatient }} impatient customers.

Currently, the bank has {{ asset }} units in assets and {{ cash_dollars }}.{{ cash_cents }} units in cash.


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