{% extends "global/Page.html" %}
{% load staticfiles otree_tags %}
{{ block title }}Survey{{ endblock }}
{{ block content }}
Before receiving your payment please answer the following questions:
{% block content %}
{{formfields}}
{{ form.errors }}
{{ next_button }}
{% endblock %}
{{ endblock }}