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

What is your 5-digit ZIP code?

(Remember, your answers will be kept completely confidential and will be used for statistical purposes only.)

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