{% extends "global/Page.html" %} {% load otree %} {% block title %} 投資の結果 {% endblock %} {% block content %}

あなたの初期保有額は{{ Constants.endowment }}でした。
あなたの投資額は {{ player.contribution }}でした。
あなたのグループの投資総額は {{ group.total_contribution }}でした。
よって投資からの配当は {{ group.individual_share }}です。
以上よりあなたの配当は {{ player.dividend }}です。

{% next_button %} {% endblock %}