{% extends "global/Page.html" %} {% load otree %} {% block title %} 実験A 結果 {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %} あなたが獲得した利得は: {{ total_earnings }}
あなたが寄付した金額は: {{ player.contribution }}

あなたは{{ player.results_announce }}しました

当選した方の寄付金額分を実験者が熊本県に寄付します

寄付先はこちら

後日その証明メールを送りますのでご確認のほどよろしくお願いします。

{% include Constants.instructions_template %}

{% next_button %} {% endblock %}