{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Enter your information
{% endblock %}
{% block content %}
Please enter the following information
{% formfield player.name %}
{% formfield player.age %)
{% next_button %}
{% endblock %}