{% extends "global/Page.html" %}
{% load staticfiles otree %}
{% block title %}
Please enter your information
{% endblock %}
{% block content %}
{% formfield player.age %}
{% formfield player.gender %}
{% formfield player.prolific_id %}
{% next_button %}
{% endblock %}