{% extends "global/Page.html" %} {% load otree %} {% block title %}Request{% endblock %} {% block content %}

How much will you demand for yourself?

{% formfield player.request label="Please enter an amount from 0 to 200" %}

{% next_button %}

{% include Constants.instructions_template %} {% endblock %}