{% extends "global/Page.html" %} {% load otree %} {% block title %}投资页面{% endblock %} {% block content %} {% if player.round_number > 1 %}

这一期的股票价格是 {{player.price }}

以下是股票价格的历史 {{player.Price_history }}

{% endif %}
股票价格 您所持有的现金 您所持有的股票数 您的总资产
{{player.price}} {{player.Cash}} {{player.Stock}} {{player.Total}}
{% formfields %} {% next_button %} {% endblock %}