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