{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Background
{% endblock %}
{% block content %}
{% formfield player.age %}
{% formfield player.gender %}
{% formfield player.education %}
{% formfield player.language %}
{% next_button %}
{% endblock %}