31 lines
436 B
HTML
31 lines
436 B
HTML
{{ extends "_static/global/Page.html" }}
|
|
{{ block title }}
|
|
Questionnaire
|
|
{{ endblock }}
|
|
{{ block styles}}
|
|
|
|
|
|
{{ endblock }}
|
|
{{ block scripts}}
|
|
|
|
|
|
|
|
{{ endblock }}
|
|
|
|
{{ block content }}
|
|
|
|
<p>
|
|
Before we conclude, we would like to ask you a few questions about yourself.
|
|
</p>
|
|
|
|
{{ formfields }}
|
|
|
|
<p>
|
|
You must answer each question before you can continue.
|
|
</p>
|
|
|
|
{{ next_button }}
|
|
|
|
|
|
|
|
{{ endblock }}
|