{% extends "global/SurveyPage.html" %} {% load i18n %} {% load otree static %} {% block title %} Questions about your strategy {% endblock %} {% block content %} {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}