{% extends "global/Page.html" %} {% load otree %} {% block title %} あなたの選択 {% endblock %} {% block content %} {% if player.round_number > 1 %}

こちらが前回のラウンドで選択された数字の平均に2/3を掛けた値になります: {{ group.two_thirds_avg_history }}

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