{% extends "global/Page.html" %} {% load static otree %} {% block title %} Choose your number {% endblock %} {% block content %}

You are playing with a player who chose to {{ player.charity_yn }}.

{% formfield player.numchoice label="Please choose your number for this round" %} {% next_button %} {% endblock %}