{% extends "global/Page.html" %} {% load otree %} {% block title %} Contribute {% endblock %} {% block content %}
現在、{{Constants.num_rounds}} ラウンドのうち{{subsession.round_number}} ラウンド目です
このプロジェクトに何ポイント投資しますか (0 から {{ Constants.endowment }}までの間)? {% formfield player.contribution label="" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}