{% extends "global/Page.html" %} {% load otree static %} {##} {% block title %} 练习期第{{round_number_4}}期 {% endblock %} {% block content %}
| -3 | -2 | -1 | 0 | |
|---|---|---|---|---|
| Asset_A | {{stock_1_net_amount_history.0}} | {{stock_1_net_amount_history.1}} | {{stock_1_net_amount_history.2}} | {{stock_1_net_amount_history.3}} |
| Asset_B | {{stock_2_net_amount_history.0}} | {{stock_2_net_amount_history.1}} | {{stock_2_net_amount_history.2}} | {{stock_2_net_amount_history.3}} |
| Asset_C | {{stock_3_net_amount_history.0}} | {{stock_3_net_amount_history.1}} | {{stock_3_net_amount_history.2}} | {{stock_3_net_amount_history.3}} |
| Asset_D | {{stock_4_net_amount_history.0}} | {{stock_4_net_amount_history.1}} | {{stock_4_net_amount_history.2}} | {{stock_4_net_amount_history.3}} |
| Asset_E | {{stock_5_net_amount_history.0}} | {{stock_5_net_amount_history.1}} | {{stock_5_net_amount_history.2}} | {{stock_5_net_amount_history.3}} |
| Asset_F | {{stock_6_net_amount_history.0}} | {{stock_6_net_amount_history.1}} | {{stock_6_net_amount_history.2}} | {{stock_6_net_amount_history.3}} |
当前是第{{ round_number_4 }} 轮
#}你有资产A:{{ stock_1_amount }}股
{% formfield 'stock_1_bid_amount' %} {% formfield 'stock_1_sell_amount' %}你有资产B:{{ stock_2_amount }}股
{% formfield 'stock_2_bid_amount' %} {% formfield 'stock_2_sell_amount' %}你有资产C:{{ stock_3_amount }}股
{% formfield 'stock_3_bid_amount' %} {% formfield 'stock_3_sell_amount' %}你有资产D:{{ stock_4_amount }}股
{% formfield 'stock_4_bid_amount' %} {% formfield 'stock_4_sell_amount' %}你有资产E:{{ stock_5_amount }}股
{% formfield 'stock_5_bid_amount' %} {% formfield 'stock_5_sell_amount' %}你有资产F:{{ stock_6_amount }}股
{% formfield 'stock_6_bid_amount' %} {% formfield 'stock_6_sell_amount' %}