{% extends "exp_files/SurveyPage.html" %} {% load i18n %} {% load otree static %} {% block title %} Questions about the decision rounds {% endblock %} {% block content %}

Please remember phase 2 when you chose between the two options.

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