{{ 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).



{{ for field in form }} {{ for choice in field }} {{ endfor }} {{ endfor }}
Not at allVery
01234567
{{ field.label }}{{ choice }}


{{ next_button }} {{ endblock }}