{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
About yourself
{% endblock %}
{% block content %}
Please answer the following questions about yourself:
{{ questionnaire_1 }}
{% formfield player.gender%}
{% formfield player.age%}
{% formfield player.education%}
Please answer all questions to continue.
{{ formfield_errors 'questions_personal_answers' }} {% endblock %}