{% extends "global/Page.html" %} {% load otree static %} {#导入bootstrap所需网页#} {% block title %} 推测页面 {% endblock %} {% block content %}

当前是第{{ round_number_4 }} 轮

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