{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Some questions about yourself {% endblock %} {% block content %}

Before we start with the task, we would like to ask your some questions about yourself.

{% for field in form %} {% formfield field %} {% endfor %}

{% next_button %} {% endblock %}