{% extends "global/Page.html" %} {% load otree static %} {% block title %} Request {% endblock %} {% block content %}
How much will you demand for yourself?
{% formfield player.request label="Please enter an amount from 0 to 100" %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}