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

You are 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 {{ region }} and it is State {{group.state}}, the bank you are responsible for will have {{ player.impatient }} impatient customers.

Currently, the bank has {{ asset }} points in Assets and {{ cash }} points in cash.



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