{% extends "global/Page.html" %} {% block title %}Treatment{% endblock %} {% block content %}

Please enter your prescribed treatment level. The amount can be between {{ Constants.min_allowable_bid }} and {{ Constants.max_allowable_bid }}, inclusive.

Note that after you click submit, you will see what the other player's prescribed TL is. Afterwards, you can change your prescription.

{% formfields %} {% endblock %}