{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Your choice - Round {{ player.round_number }}
{% endblock %}
{% block content %}
Please, enter a number between 1 and 100. All the numbers will be averaged and multiplied by the coefficient shown below.
{% formfield player.number %}
{% next_button %}
{% endblock %}