{% extends "global/Page.html" %} {% load otree static%} {% block title %} Questionnaire {% endblock %} {% block content %} {% formfield 'age' label="What is your age?" %} {% formfield 'gender' label="What is your gender?" %} {% formfield 'nationality' label="What is your nationality?" %} {% formfield 'student' label="Are you a student?" %} {% formfield 'occupation' label="What is your occupation?" %} {% formfield 'trust' label="Generally speaking, would you say that most people can be trusted or that you need to be very careful in dealing with people?" %} {% next_button %} {% endblock %}