{% extends "global/Page.html" %} {% load otree static %} {% block title %} Please answer these questions {% endblock %} {% block content %} Question 1 {% formfield player.age %} Question 2 {% formfield player.is_lefthanded %} Question 3 {% formfield player.gender %} {% next_button %} {% endblock %}