{% extends "global/Page.html" %} {% load otree static %} {% block title %} Welcome! {% endblock %} {% block content %}

Before we start, please provide the following information:

{% formfield player.name %} {% formfield player.age %} {% formfield player.gender %} {% formfield player.is_student %} {% formfield player.occupation %} {% formfield player.residence %} {% next_button %} {% endblock %}