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

今回の結果は以下の通りです。

{% if player.lottery_num == -1 %} {% else %} {% endif %}
くじの購入ポイント: {{ player.total_investment }}
今回のくじの結果: {{ player.true_points }}
獲得したポイントの合計: {{ player.investment_gain }}
今回のあなたの利得は: {{ Constants.income }} - 3000= {{ player.total_property }}
今回のあなたの利得は: {{ Constants.income }} + {{ player.investment_gain }} - {{ player.lottery_num }} * {{player.purchase_point}} = {{ player.total_property }}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}