{% extends "global/Base.html" %} {% load otree_tags %} {% block title %} Your Choice {% endblock %} {% block content %} {% if round_number <= 3 %}

The forecast is that 8 or less people will choose to withdraw.

{% elif round_number <= 6 %}

The forecast is that 8 or more people will choose to withdraw.

{% elif round_number == 7 %}

The forecast is that 8 or less people will choose to withdraw.

{% elif round_number <= 9 %}

The forecast is that 8 or more people will choose to withdraw.

{% elif round_number <= 11 %}

The forecast is that 3 or less people will choose to withdraw.

{% elif round_number <= 18 %}

The forecast is that 3 or more people will choose to withdraw.

{% elif round_number == 19 %}

The forecast is that 1 or more people will choose to withdraw.

{% elif round_number <= 23 %}

The forecast is that 1 or less people will choose to withdraw.

{% elif round_number == 24 %}

The forecast is that 1 or more people will choose to withdraw.

{% else %}

The forecast is that 1 or less people will choose to withdraw.

{% endif %} {% formfield player.withdraw with label='Do you wish to withdraw?' %}

{% next_button %}

{% if round_number <= 9 %}{% include 'bank_run2/Instructions.html' %} {% elif round_number <= 18 %}{% include 'bank_run2/Instructions2.html' %} {% else %} {% include 'bank_run2/Instructions3.html' %} {% endif %} {% endblock %}