{% extends "global/Page.html" %} {% load otree %} {% block title %} チームA 意思決定画面 {% endblock %} {% block content %}

あなたは チームAの一員です。

あなたがプレイヤーA1に選ばれ、チームAを代表して分け方を決めるとき、 {{ Constants.total_endowment }} のうちいくらをチームBに渡すのかを選びます。

{% formfield player.offer label="チームBの2名に1人当たりいくら渡しますか?" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}