{% extends "global/Page.html" %} {% load otree static %} {% block title %} Summary of Instructions {% endblock %} {% block app_styles %} {% endblock %} {% block content %}

You are representing a bank, and choosing how to allocate deposits. {% if number_other == 1 %} There is {{ number_other }} other participant in your group who also represents a bank. {% else %} There are {{ number_other }} other participants in your group who also represent banks. {% endif %}

{% if has_accountant %} Each round each participant who represents a bank is randomly paired with another participant who is assigned to be an accountant. {% endif %}

In the 1st period:
In the 2nd period:
{% next_button %} {% endblock %}