{% extends "global/Page.html" %} {% load otree static %} {% block title %} 投資 {% endblock %} {% block content %}
現在、全{{ Constants.num_rounds }}回中 {{ subsession.round_number }}回目の投資です。

あなたの固定収入額は{{player.income}}です。

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