{% extends "global/Page.html" %}
{% load otree %}
{% block title %}
Enter your information
{% endblock %}
{% block content %}
Below is an informational questionnaire that allows us to characterize your experimental results.
Please answer them to the best of your ability.
{% formfields %}
{% next_button %}
{% endblock %}