{% extends "global/Page.html" %} {% load otree %} {% block title %} 結果 {% endblock %} {% block content %} 一般メンバー二方のは基準をクリアされたため、それぞれ30ポイント加算されました。
あなたの獲得ポイント: {{ player.payoff }}
他二人の獲得ポイント: {% for p in player.get_others_in_group %}{{ p.payoff }} {% endfor %}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}