{% extends "global/Base.html" %} {% load otree_tags %} {% block title %} Your Choice {% endblock %} {% block content %} {% formfield player.withdraw with label='Do you wish to withdraw?' %}

{% next_button %}

{% if round_number == 1 %}{% include 'bank_run_new/Instructions.html' %} {% elif round_number == 2 %}{% include 'bank_run_new/Instructions2.html' %} {% elif round_number == 3 %}{% include 'bank_run_new/Instructions3.html' %} {% elif round_number == 4 %}{% include 'bank_run_new/Instructions4.html' %} {% elif round_number == 5 %}{% include 'bank_run_new/Instructions5.html' %} {% elif round_number == 6 %}{% include 'bank_run_new/Instructions6.html' %} {% elif round_number == 7 %}{% include 'bank_run_new/Instructions7.html' %} {% elif round_number == 8 %}{% include 'bank_run_new/Instructions8.html' %} {% else %} {% include 'bank_run_new/Instructions9.html' %} {% endif %} {% endblock %}