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

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

{% if player.invest_point == -1 %} {% else %} {% endif %}
株への投資額: {{ player.total_investment }}
今回の株の価格: {{ player.true_stock }}
リターン = 株の購入数 × 株の価格: {{ player.investment_gain }}
今回のあなたの利得は: {{ Constants.income }} - 3000= {{ player.total_property }}
今回のあなたの利得は: {{ player.investment_gain }} + {{ Constants.income }} - {{ player.invest_point }} * {{player.purchase_stock}} = {{ player.total_property }}
{% next_button %} {% include Constants.instructions_template %} {% endblock %}