{% extends "global/Page.html" %} {% load otree static %} {% block title %} 第{{ subsession.round_number }}回合 {% endblock %} {% block global_styles %} {% endblock %} {% block content %}

接下來的選項裡,你將要從以下兩者間做出抉擇:

{{ player.sooner_period }}獲得{{ Constants.gainedamount_sooner }}枚法幣

或是 在{{ player.waiting_period }}星期後獲得超過100枚法幣

{% formfield player.switch_point %}
{% next_button %}
{% formfield player.sooner_period %} {% formfield player.waiting_period %} {% formfield player.treatment_method %}
{% endblock %} {% block global_scripts %} {% endblock %}