{% extends "global/Page.html" %} {% load otree %} {% block title %}
{% endblock %} {% block content %}Please answer the following questions to tell us more about you:
Gender: Male Female {{ form.Gender.errors }}
Age (in years): {{ form.Age.errors }}
Highest academic degree: High school Bachelor's Master's Ph.D. {{ form.Education.errors }}
Work status: Student Full-time worker Part-time worker Other {{ form.Work_status.errors }}
Work experience (in years): {{ form.Work_experience.errors }}
Please click the ‘CONTINUE’ button to proceed.
{% endblock %}