{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Preselection Questionnaire {% endblock %} {% block content %} {% for field in form %} {% formfield field %} {% endfor %} Please click [Next] when you have answered to all the questions. {% next_button %} {% endblock %}