{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Feedback and Suggestions {% endblock %} {% block content %}
We would appreciate your feedback. Your feedback will help us improve future studies.
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}