{% extends "global/Base.html" %} {% load staticfiles otree %} {% block title %} End-of-the-experiment questionnaire {% endblock %} {% block subtitle %} This was the last round of the experiment! {% endblock %} {% block content %}
The prediction section is now over. We would now like to ask a few questions about yourself to help us in our research.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}