{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Survey Page 6 {% endblock %} {% block content %}
Please rate the following items on a scale from extremely uncharacteristic to extremely characteristic
{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}