{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Questions about your investment decision - Part 2 of 3 {% endblock %} {% block content %}

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

{% next_button %}

{% endblock %}