{% extends "global/Page.html" %} {% block title %}Prescribe{% endblock %} {% block content %}
Enter your prescribed treatment level. The amount can be between {{ Constants.min_allowable_treatment }} and {{ Constants.max_allowable_treatment }}, inclusive.
{% formfields %} {% next_button %} {% endblock %}