{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Request {% endblock %} {% block content %}
How many points will you demand for yourself?
{% formfield player.request_amount with label="Please enter a number from 0 to 100" %}{% next_button %}
{% include Constants.instructions_template %} {% endblock %}