{{ block title }}Demographic Questionaire{{ endblock }} {% block content %}

Please answer the following questions.

{% for field in form %} {% if field.name != 'ai' and field.name != 'howprice' and field.name != 'selected_price' or player.instruction_version != 'a' %} {% endif %} {% endfor %}
{{ field.label }} {{ field }}
{% next_button %} {% endblock %}