{% extends "global/Page.html" %} {% load otree static %} {% block title %} {# 推测页面#} Speculative Page {% endblock %} {% block content %}
{#

当前是第{{ round_number_4 }}期

#}

This is round {{ round_number_4 }}

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