{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Questionnaire
{% endblock %}
{% block content %}
{% formfield player.age %}
{% formfield player.gender %}
{% formfield player.nationality %}
{% formfield player.comment %}
{% next_button %}
{% endblock %}