{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Reasons for your investment decision - Part 2 of 2 {% endblock %} {% block content %}
In the following, we will ask you a few questions about the reasons behind your investment decision. Please select a category between 1 ("does not apply at all") and 7 ("applies fully").
{% for field in form %} {% formfield field %} {% endfor %}
{% next_button %}
{% endblock %}