{% extends "global/Page.html" %} {% load otree %} {% block title %} Your Guess {% endblock %} {% block content %} {% if player.round_number > 1 %}

Here were the two-thirds-average values in previous rounds: {{ group.two_thirds_avg_history }}

{% endif %} {% formfield player.guess label="Please pick a number from 0 to 100:" %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}