{% extends "global/Page.html" %} {% block title %}Your Guess{% endblock %} {% block content %} {% if player.round_number > 1 %}
Here were the two-thirds-average values in previous rounds: {{ two_thirds_avg_history }}
{% endif %} {% formfields %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}