{% extends "global/Page.html" %} {% load static otree %} {% block title %} Familiarity with questions {% endblock %} {% block content %}

Which of the previous questions have you known before this study?

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