{% extends "global/Page.html" %} {% load otree static %} {% block title %}Survey{% endblock %} {% block content %}

Now we would like to ask you a few questions about yourself.

Everything will be kept completely anonymous.
{% formfield player.age %} {% formfield player.gender %} {% formfield player.education %} {% formfield player.employment %} {% formfield player.environment %} {% formfield player.answer_same %}

{% next_button %}
{% endblock %}