{% extends "global/Page.html" %} {% load staticfiles otree %} {% load i18n %} {# ****************************************************************************************************************** #} {# *** STYLES *** #} {# ****************************************************************************************************************** #} {% block styles %} {% endblock %} {# ****************************************************************************************************************** #} {# *** TITLE *** #} {# ****************************************************************************************************************** #} {% block title %} {% trans "Please Tell Us about Yourself" %} {% endblock %} {# ****************************************************************************************************************** #} {# *** CONTENT *** #} {# ****************************************************************************************************************** #} {% block content %}
{{ formfield 'gender' }}
{{ formfield 'edu_level' }}
{{ formfield 'edu_field' }}
{{ formfield 'Econ' }}
{{ formfield 'Math' }}
{% next_button %} {% endblock %}