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