{% extends "global/Page.html" %} {% load otree static %} {##} {% block title %} {# 练习期第{{round_number_4}}期#} Practice Round {{round_number_4}} {% endblock %} {% block content %} {#

资产价格

#}

Asset Price

{#表格内容——乔治#} {#

数字为:历史交易量(历史交易价格)

#}

The number is:

Historical transaction volume (Historical transaction price)

  -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 }} 轮

#} {#

你有{{ money }} 元

#}

You have {{ money }} yuan

{% next_button %} {% include Constants.trail_template %} {% endblock %}