{% extends "global/Page.html" %} {% load otree static %} {% block title %} Survey {% endblock %} {% block content %}
Please indicate your racial background by selecting "Yes" for the appropriate option(s) below. {% formfield player.black %} {% formfield player.white %} {% formfield player.asian %} {% formfield player.native %}
Please indicate if you have any Latinx/o/a heritage by selecting "Yes" for the appropriate option(s) below. {% formfield player.mexican %} {% formfield player.central %} {% formfield player.caribbean %} {% formfield player.south %}
{% next_button %} {% endblock %}