{% extends "global/Page.html" %} {% load otree static %} {% block title %} 购买页面 {% endblock %} {% block content %}
{% if round_number == 1 %} {% else %} {% endif %}

当前是第{{ round_number }} 轮

你有{{ money }} 元

你有股票1:{{ stock_1_amount }}股,你的历史交易记录是:{{ player.stock_1_net_amount_history }}

成本是{{player.stock_1_cost}}

利润是{{player.stock_1_profit}}

{% formfield 'stock_1_bid_amount' %}

你有股票2:{{ stock_2_amount }}股,你的历史交易记录是:{{ player.stock_2_net_amount_history }}

{% formfield 'stock_2_bid_amount' %}

你有股票3:{{ stock_3_amount }}股,你的历史交易记录是:{{ player.stock_3_net_amount_history }}

{% formfield 'stock_3_bid_amount' %}

你有股票4:{{ stock_4_amount }}股,你的历史交易记录是:{{ player.stock_4_net_amount_history }}

{% formfield 'stock_4_bid_amount' %}

你有股票5:{{ stock_5_amount }}股,你的历史交易记录是:{{ player.stock_5_net_amount_history }}

{% formfield 'stock_5_bid_amount' %}

你有股票6:{{ stock_6_amount }}股,你的历史交易记录是:{{ player.stock_6_net_amount_history }}

{% formfield 'stock_6_bid_amount' %} {% next_button %} {% endblock %}