{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %}

Round summary #{{ subsession.round_number }}


Actual value: {{ fcst_actual }} Initial forecast: {{ player.F1_Initial }} Final forecast: {{ player.F1_Revised }} ML algorithm: {{ ml_prediction }}
{% next_button %} {% endblock %}