{% extends "global/Page.html" %} {% load otree %} {% block title %} 信頼ゲーム: 君の選択 {% endblock %} {% block content %} {% include Constants.instructions_template %}
あなたはプレイヤーBです。 プレイヤーAはあなたに{{group.sent_amount}}送り、あなたは{{tripled_amount}}受け取りました。
{% formfields %} {% next_button %} {% endblock %}