{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Personal Information {% endblock %} {% block content %}
{% for field in form %} {% formfield field %} {% endfor %}
{% next_button %}