{% extends "global/Page.html" %} {% load otree %} {% block title %} プレイヤーA 意思決定画面 {% endblock %} {% block content %}
あなたは プレイヤーAです。
あなたは {{ Constants.endowment }} のうちいくらをプレイヤーBに渡すのかを選びます。
{% formfield group.offer label="プレイヤーBにいくら渡しますか?" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}