{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block title %} Radio sequence {% endblock %} {% block content %}
The number is {{player.display_value }}

{% formfield player.input_radiosequence label="The number is:"%}
{% next_button %} {% endblock %}