{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey Page 1 {% endblock %} {% block content %}

Please rate the following items on a scale, where responses range from never performed the behavior, rarely performed the behavior, sometimes performed the behavior, performed the behavior often, and performed the behavior quite often

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