{% extends "global/Page.html" %} {% block title %}Prescribe{% endblock %} {% block content %}
Please enter your prescribed treatment level. The amount can be between {{ Constants.min_allowable_bid }} and {{ Constants.max_allowable_bid }}, inclusive.
{% formfields %} {% endblock %}