{% extends "global/Page.html" %} {% load otree static %} {% block title %} Demographic Information. {% endblock %} {% block content %} Please provide some demographic information. Your information will be completely confidential. {% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% endblock %}