{{ extends 'global/Page.html' }}
{{ block title }}Advisor{{ endblock }}
{{ block content }}
Please rate the advisor using the scale from 0 (Not at all) to 7 (Very).
| Not at all | Very | |||||||
|---|---|---|---|---|---|---|---|---|
| 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | |
| {{ field.label }} | {{ for choice in field }}{{ choice }} | {{ endfor }}