Spaces:
Paused
Paused
| {{ block title }}Your Guess{{ endblock }} | |
| {{ block content }} | |
| {{ if player.round_number > 1 }} | |
| <p> | |
| Here were the two-thirds-average values in previous rounds: | |
| {{ two_thirds_avg_history }} | |
| </p> | |
| {{ endif }} | |
| {{ formfields }} | |
| {{ next_button }} | |
| {{ include_sibling 'instructions.html' }} | |
| {{ endblock }} | |