{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %}

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

{% next_button %} {% endblock %}