{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Some questions about yourself {% endblock %} {% block content %}
Finally, we would like to ask your some questions about yourself.
{% for field in form %} {% formfield field %} {% endfor %}
{% next_button %} {% endblock %}