{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Choice {% endblock %} {% block content %}

あなたは投資家です。あなたは{{ Constants.endowment }}ポイント所持しています。財管人にいくら渡しますか? 0,100,200~900,1000のように100単位で入力お願いします。

{% formfields %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}