{% extends "global/Page.html" %} {% load otree %} {% block title %}Feedback{% endblock %} {% block content %}
{%block script%} {% endblock %}
You predicted the highest next price as:
{{UpperPrice|json}}


You predicted the lowest next price as:
{{LowerPrice|json}}

The next price is :
{{Next_Price|json}}


Your payment for this round is:
{{Payoff|json}}

Your payoff between round 1 to {{F_RoundNumber|json}}:
{{Total_Payoff|json}}

{% endblock %}