{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Survey - Part 2 of 2 {% endblock %} {% block content %}

Please answer the following questions:

{% for field in form %} {% formfield field %} {% endfor %}

{% next_button %}

{% endblock %}