{% extends "global/Page.html" %} {% load otree %} {% block head_title %} Study {% endblock %} {% block styles %} {% endblock %} {% block content %}

Survey


{% formfield 'age' label="What is your age?" %}

{% formfield 'sex' label="What is your gender?" %}

{% formfield 'nationality' label="What is your nationality?" %}

{% formfield 'program' label="What is your study program?" %}


{% next_button %}
{% endblock %}