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

Please answer the following questions as accurately as possible.

{% for field in form %}
{{ field.label }}
{{ field.errors }} {% for choice in field %}
{{ choice }}
{% endfor %}
{% endfor %}
{% next_button %} {% endblock %} {% block scripts %} {% endblock %}