{% extends "global/Page.html" %}
{% load otree static %}
{% block content %}
{% include "global/fopen_bt.html" %}
{% include "global/fopen_at.html" %}
{% formfield player.q_age %}
{% formfield player.q_gender %}
{% formfield player.q_country %}
{% formfield player.q_degree %}
{% next_button %}
{% include "global/fclose.html" %}
{% endblock %}
{% block styles %}
{% endblock %}